Spaces:
Sleeping
Sleeping
dinhquangson
commited on
Update app.py
Browse files
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="
|
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(
|