alexkueck commited on
Commit
841d69d
·
1 Parent(s): 3c2c60a

Update app.py

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