Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from chromadb.config import Settings
|
|
| 7 |
from chromadb.utils import embedding_functions
|
| 8 |
|
| 9 |
# Constants
|
| 10 |
-
CSV_PATH = "
|
| 11 |
COLLECTION_NAME = "query_embeddings"
|
| 12 |
EMBEDDING_MODEL = 'all-MiniLM-L6-v2'
|
| 13 |
|
|
|
|
| 7 |
from chromadb.utils import embedding_functions
|
| 8 |
|
| 9 |
# Constants
|
| 10 |
+
CSV_PATH = "ime-cdata - Sheet1.csv" # Replace with your actual CSV file path
|
| 11 |
COLLECTION_NAME = "query_embeddings"
|
| 12 |
EMBEDDING_MODEL = 'all-MiniLM-L6-v2'
|
| 13 |
|