Spaces:
Running
Running
Update config.txt
Browse files- config.txt +4 -4
config.txt
CHANGED
@@ -57,10 +57,10 @@ backup_path = ./tldw_DB_Backups/
|
|
57 |
elasticsearch_host = localhost
|
58 |
elasticsearch_port = 9200
|
59 |
# 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.
|
60 |
-
chroma_db_path =
|
61 |
-
prompts_db_path =
|
62 |
-
rag_qa_db_path =
|
63 |
-
character_db_path =
|
64 |
|
65 |
[Embeddings]
|
66 |
embedding_provider = openai
|
|
|
57 |
elasticsearch_host = localhost
|
58 |
elasticsearch_port = 9200
|
59 |
# 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.
|
60 |
+
chroma_db_path = .chroma_db
|
61 |
+
prompts_db_path = .prompts.db
|
62 |
+
rag_qa_db_path = .RAG_QA_Chat.db
|
63 |
+
character_db_path = .chatDB.db
|
64 |
|
65 |
[Embeddings]
|
66 |
embedding_provider = openai
|