dinhquangson commited on
Commit
c066163
·
verified ·
1 Parent(s): cfb1119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def batched(iterable, n):
40
 
41
  batch_size = 100
42
  # Create an in-memory Qdrant instance
43
- client2 = QdrantClient(path="databasedatabase")
44
 
45
  # Create a Qdrant collection for the embeddings
46
  client2.create_collection(
 
40
 
41
  batch_size = 100
42
  # Create an in-memory Qdrant instance
43
+ client2 = QdrantClient(path="database")
44
 
45
  # Create a Qdrant collection for the embeddings
46
  client2.create_collection(