Prathmesh48 commited on
Commit
b617632
1 Parent(s): d54e971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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