oceansweep commited on
Commit
5981334
1 Parent(s): 4c1c610

Update config.txt

Browse files
Files changed (1) hide show
  1. config.txt +4 -5
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
@@ -92,4 +92,3 @@ max_bytes =
92
  #int(os.getenv("tldw_LOG_MAX_BYTES", 10 * 1024 * 1024)) # 10 MB
93
  backup_count = 5
94
  #int(os.getenv("tldw_LOG_BACKUP_COUNT", 5))
95
-
 
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 = Databases/chroma_db
61
+ prompts_db_path = Databases/prompts.db
62
+ rag_qa_db_path = Databases/RAG_QA_Chat.db
63
+ character_db_path = Databases/chatDB.db
64
 
65
  [Embeddings]
66
  embedding_provider = openai
 
92
  #int(os.getenv("tldw_LOG_MAX_BYTES", 10 * 1024 * 1024)) # 10 MB
93
  backup_count = 5
94
  #int(os.getenv("tldw_LOG_BACKUP_COUNT", 5))