Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,6 +197,7 @@ def document_retrieval_chroma():
|
|
| 197 |
|
| 198 |
#ChromaDb um die embedings zu speichern
|
| 199 |
db = Chroma(embedding_function = embeddings, persist_directory = PATH_WORK + CHROMA_DIR)
|
|
|
|
| 200 |
return db
|
| 201 |
|
| 202 |
|
|
|
|
| 197 |
|
| 198 |
#ChromaDb um die embedings zu speichern
|
| 199 |
db = Chroma(embedding_function = embeddings, persist_directory = PATH_WORK + CHROMA_DIR)
|
| 200 |
+
print ("Chroma DB bereit ...................")
|
| 201 |
return db
|
| 202 |
|
| 203 |
|