Rsr2425 commited on
Commit
895b645
·
1 Parent(s): 323db03

Linting change

Browse files
Files changed (1) hide show
  1. backend/app/vectorstore.py +1 -0
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
  """