|
embedding_options: |
|
embedd_files: True |
|
persist_directory: null |
|
data_path: 'storage/data' |
|
url_file_path: 'storage/data/urls.txt' |
|
expand_urls: True |
|
db_option : 'FAISS' |
|
db_path : 'vectorstores' |
|
model : 'sentence-transformers/all-MiniLM-L6-v2' |
|
search_top_k : 3 |
|
llm_params: |
|
use_history: False |
|
llm_loader: 'local_llm' |
|
openai_params: |
|
model: 'gpt-4' |
|
local_llm_params: |
|
model: "storage/models/llama-2-7b-chat.Q4_0.gguf" |
|
model_type: "llama" |
|
temperature: 0.2 |
|
splitter_options: |
|
use_splitter: True |
|
split_by_token : True |
|
remove_leftover_delimiters: True |
|
remove_chunks: False |
|
chunk_size : 300 |
|
chunk_overlap : 30 |
|
chunk_separators : ["\n\n", "\n", " ", ""] |
|
front_chunks_to_remove : null |
|
last_chunks_to_remove : null |
|
delimiters_to_remove : ['\t', '\n', ' ', ' '] |