Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -167,8 +167,8 @@ Generate only a list of questions. Do not mention anything before or after the l
|
|
167 |
print("Current Working Directory:", os.getcwd())
|
168 |
# Initialize the Chroma vector store for retrieving documents
|
169 |
vector_store = Chroma(
|
170 |
-
collection_name="
|
171 |
-
persist_directory="./
|
172 |
embedding_function=embedding_model
|
173 |
|
174 |
)
|
|
|
167 |
print("Current Working Directory:", os.getcwd())
|
168 |
# Initialize the Chroma vector store for retrieving documents
|
169 |
vector_store = Chroma(
|
170 |
+
collection_name="nutritional-medical-reference",
|
171 |
+
persist_directory="./research_db",
|
172 |
embedding_function=embedding_model
|
173 |
|
174 |
)
|