Linting change
Browse files
backend/app/vectorstore.py
CHANGED
|
@@ -157,6 +157,7 @@ def store_documents(
|
|
| 157 |
ids=[get_document_hash_as_uuid(doc) for doc in documents],
|
| 158 |
)
|
| 159 |
|
|
|
|
| 160 |
# TODO already probably exposing too much by returning a Qdrant object here
|
| 161 |
def get_vector_db(embedding_model_id: str = None) -> Qdrant:
|
| 162 |
"""
|
|
|
|
| 157 |
ids=[get_document_hash_as_uuid(doc) for doc in documents],
|
| 158 |
)
|
| 159 |
|
| 160 |
+
|
| 161 |
# TODO already probably exposing too much by returning a Qdrant object here
|
| 162 |
def get_vector_db(embedding_model_id: str = None) -> Qdrant:
|
| 163 |
"""
|