tabesink92 commited on
Commit
2dbd03f
·
1 Parent(s): e26c458

shipgit add .

Browse files
Files changed (1) hide show
  1. vectorstore.py +1 -1
vectorstore.py CHANGED
@@ -31,7 +31,7 @@ SPARSE_EMBEDDINGS = FastEmbedSparse(model_name="Qdrant/BM25")
31
  class VectorStore:
32
  def __init__(self, collection_name="testCollection"):
33
 
34
-
35
  self.client = QdrantClient(":memory:")
36
 
37
  # create the collection if it doesn't exist
 
31
  class VectorStore:
32
  def __init__(self, collection_name="testCollection"):
33
 
34
+ self.collection_name = collection_name
35
  self.client = QdrantClient(":memory:")
36
 
37
  # create the collection if it doesn't exist