oceansweep commited on
Commit
4c1c610
·
verified ·
1 Parent(s): f5bc427

Update config.txt

Browse files
Files changed (1) hide show
  1. 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 = ./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
 
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