faridkarimli commited on
Commit
d976953
·
verified ·
1 Parent(s): 1868dcc

Expand URLs

Browse files
Files changed (1) hide show
  1. apps/ai_tutor/config/config.yml +1 -1
apps/ai_tutor/config/config.yml CHANGED
@@ -7,7 +7,7 @@ vectorstore:
7
  reparse_files: True # bool
8
  data_path: "storage/data" # str
9
  url_file_path: "storage/data/urls.txt" # str
10
- expand_urls: False # bool
11
  db_option: "FAISS" # str [FAISS, Chroma, RAGatouille, RAPTOR]
12
  db_path: "vectorstores" # str
13
  model: "sentence-transformers/all-MiniLM-L6-v2" # str [sentence-transformers/all-MiniLM-L6-v2, text-embedding-ada-002']
 
7
  reparse_files: True # bool
8
  data_path: "storage/data" # str
9
  url_file_path: "storage/data/urls.txt" # str
10
+ expand_urls: True # bool
11
  db_option: "FAISS" # str [FAISS, Chroma, RAGatouille, RAPTOR]
12
  db_path: "vectorstores" # str
13
  model: "sentence-transformers/all-MiniLM-L6-v2" # str [sentence-transformers/all-MiniLM-L6-v2, text-embedding-ada-002']