dinhquangson commited on
Commit
f51bd29
·
verified ·
1 Parent(s): 1ded592

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def batched(iterable, n):
18
 
19
  batch_size = 100
20
  # Create an in-memory Qdrant instance
21
- client2 = QdrantClient(path ="database")
22
 
23
  # Create a Qdrant collection for the embeddings
24
  client2.create_collection(
 
18
 
19
  batch_size = 100
20
  # Create an in-memory Qdrant instance
21
+ client2 = QdrantClient(":memory:")
22
 
23
  # Create a Qdrant collection for the embeddings
24
  client2.create_collection(