Subham9126 commited on
Commit
d52ba07
·
verified ·
1 Parent(s): 34ebb45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "path/to/your/csv/file.csv" # Replace with your actual CSV file 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