devve1 commited on
Commit
265de71
1 Parent(s): b47f52f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def main(query: str, chunks: list[str], llm, dense_model, sparse_model):
142
 
143
  # docs = docs.load()
144
 
145
- client = QdrantClient(location=":memory")
146
  collection_name = 'collection_demo'
147
 
148
  if not client.collection_exists(collection_name):
 
142
 
143
  # docs = docs.load()
144
 
145
+ client = QdrantClient(location=':memory:')
146
  collection_name = 'collection_demo'
147
 
148
  if not client.collection_exists(collection_name):