Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,8 +83,6 @@ qdrant_client.recreate_collection(
|
|
83 |
vectors_config={"size": 768, "distance": "Cosine"} # Adjust size based on embedding dimensions
|
84 |
)
|
85 |
|
86 |
-
# Example documents
|
87 |
-
combined_documents = ["This is document one.", "This is document two."]
|
88 |
|
89 |
# Create vectorstore (with embedding function)
|
90 |
vectorstore = qdrant_client.upsert(
|
|
|
83 |
vectors_config={"size": 768, "distance": "Cosine"} # Adjust size based on embedding dimensions
|
84 |
)
|
85 |
|
|
|
|
|
86 |
|
87 |
# Create vectorstore (with embedding function)
|
88 |
vectorstore = qdrant_client.upsert(
|