We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7e9f6 commit e8962f3Copy full SHA for e8962f3
django_mongodb_backend/checks.py
@@ -9,6 +9,7 @@
9
10
@register(Tags.models)
11
def check_vector_search_indexes(app_configs, databases=None, **kwargs): # noqa: ARG001
12
+ # Validate vector search indexes for models.
13
errors = []
14
if app_configs is None:
15
models = apps.get_models()
0 commit comments