Spaces:
Running
Running
oceansweep
commited on
Commit
•
3eb7d2f
1
Parent(s):
43cf6b0
Update config.txt
Browse files- config.txt +3 -5
config.txt
CHANGED
@@ -51,16 +51,14 @@ video_summarize_prompt = "Above is the transcript of a video. Please read throug
|
|
51 |
|
52 |
[Database]
|
53 |
type = sqlite
|
54 |
-
sqlite_path = Databases/media_summary.db
|
55 |
-
backup_path = ./tldw_DB_Backups/
|
56 |
elasticsearch_host = localhost
|
57 |
elasticsearch_port = 9200
|
58 |
-
chroma_db_path =
|
|
|
59 |
prompts_db_path = Databases/prompts.db
|
60 |
rag_qa_db_path = Databases/RAG_QA_Chat.db
|
61 |
character_db_path = Databases/chatDB.db
|
62 |
-
#Path to the backup location for the database. If the path does not exist, the backup will not be created.
|
63 |
-
# Additionally you can use elasticsearch as the database type, just replace `sqlite` with `elasticsearch` for `type` and provide the `elasticsearch_host` and `elasticsearch_port` of your configured ES instance.
|
64 |
|
65 |
[Embeddings]
|
66 |
embedding_provider = openai
|
|
|
51 |
|
52 |
[Database]
|
53 |
type = sqlite
|
54 |
+
sqlite_path = /Databases/media_summary.db
|
|
|
55 |
elasticsearch_host = localhost
|
56 |
elasticsearch_port = 9200
|
57 |
+
chroma_db_path = chroma_db
|
58 |
+
backup_path = ./tldw_DB_Backups/
|
59 |
prompts_db_path = Databases/prompts.db
|
60 |
rag_qa_db_path = Databases/RAG_QA_Chat.db
|
61 |
character_db_path = Databases/chatDB.db
|
|
|
|
|
62 |
|
63 |
[Embeddings]
|
64 |
embedding_provider = openai
|