Spaces:
Running
Running
Expand URLs
Browse files
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:
|
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']
|