Farid Karimli commited on
Commit
4f1706c
1 Parent(s): d697aa5
Files changed (1) hide show
  1. code/modules/config/config.yml +0 -1
code/modules/config/config.yml CHANGED
@@ -10,7 +10,6 @@ vectorstore:
10
  url_file_path: '../storage/data/urls.txt' # str
11
  expand_urls: True # bool
12
  db_option : 'FAISS' # str [FAISS, Chroma, RAGatouille, RAPTOR]
13
- db_path : '../vectorstores' # str
14
  db_path : 'vectorstores' # str
15
  model : 'sentence-transformers/all-MiniLM-L6-v2' # str [sentence-transformers/all-MiniLM-L6-v2, text-embedding-ada-002']
16
  search_top_k : 3 # int
 
10
  url_file_path: '../storage/data/urls.txt' # str
11
  expand_urls: True # bool
12
  db_option : 'FAISS' # str [FAISS, Chroma, RAGatouille, RAPTOR]
 
13
  db_path : 'vectorstores' # str
14
  model : 'sentence-transformers/all-MiniLM-L6-v2' # str [sentence-transformers/all-MiniLM-L6-v2, text-embedding-ada-002']
15
  search_top_k : 3 # int