oceansweep commited on
Commit
308e30d
1 Parent(s): bb0d871

Update App_Function_Libraries/Gradio_UI/Embeddings_tab.py

Browse files
App_Function_Libraries/Gradio_UI/Embeddings_tab.py CHANGED
@@ -282,7 +282,7 @@ def create_view_embeddings_tab():
282
  media_db_path = 'Databases/media_summary.db'
283
  rag_qa_db_path = os.path.join(os.path.dirname(media_db_path), "rag_chat.db")
284
  character_chat_db_path = os.path.join(os.path.dirname(media_db_path), "character_chat.db")
285
- chroma_db_path = db_config['chroma_db_path']
286
 
287
  with gr.TabItem("View/Update Embeddings", visible=True):
288
  gr.Markdown("# View and Update Embeddings")
 
282
  media_db_path = 'Databases/media_summary.db'
283
  rag_qa_db_path = os.path.join(os.path.dirname(media_db_path), "rag_chat.db")
284
  character_chat_db_path = os.path.join(os.path.dirname(media_db_path), "character_chat.db")
285
+ chroma_db_path = os.path.join(os.path.dirname(media_db_path), "chroma_db")
286
 
287
  with gr.TabItem("View/Update Embeddings", visible=True):
288
  gr.Markdown("# View and Update Embeddings")