Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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(
|