Spaces:
Running
Running
oceansweep
commited on
Commit
•
bb0d871
1
Parent(s):
dbb0597
Update App_Function_Libraries/Gradio_UI/Embeddings_tab.py
Browse files
App_Function_Libraries/Gradio_UI/Embeddings_tab.py
CHANGED
@@ -279,7 +279,7 @@ def create_embeddings_tab():
|
|
279 |
def create_view_embeddings_tab():
|
280 |
|
281 |
# Get database paths from config
|
282 |
-
media_db_path =
|
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']
|
|
|
279 |
def create_view_embeddings_tab():
|
280 |
|
281 |
# Get database paths from config
|
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']
|