Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ from search import *
|
|
24 |
|
25 |
|
26 |
# Chroma Connections
|
27 |
-
client = chromadb.PersistentClient(path="embeddings")
|
28 |
collection = client.get_or_create_collection(name="data", metadata={"hnsw:space": "l2"})
|
29 |
|
30 |
|
|
|
24 |
|
25 |
|
26 |
# Chroma Connections
|
27 |
+
client = chromadb.PersistentClient(path="https://huggingface.co/spaces/Prathmesh48/Test_E5/tree/main/embeddings")
|
28 |
collection = client.get_or_create_collection(name="data", metadata={"hnsw:space": "l2"})
|
29 |
|
30 |
|