|
embedding_options: |
|
embedd_files: True |
|
persist_directory: null |
|
data_path: '../data' |
|
db_option : 'FAISS' |
|
db_path : 'vectorstores' |
|
model : 'sentence-transformers/all-MiniLM-L6-v2' |
|
search_top_k : 5 |
|
llm_params: |
|
use_history: True |
|
llm_loader: 'openai' |
|
openai_params: |
|
model: 'gpt-4' |
|
ctransformers_params: |
|
model: "TheBloke/Llama-2-7B-Chat-GGML" |
|
model_type: "llama" |
|
splitter_options: |
|
use_splitter: True |
|
split_by_token : True |
|
remove_leftover_delimiters: True |
|
remove_chunks: False |
|
chunk_size : 800 |
|
chunk_overlap : 80 |
|
chunk_separators : ["\n\n", "\n", " ", ""] |
|
front_chunks_to_remove : null |
|
last_chunks_to_remove : null |
|
delimiters_to_remove : ['\t', '\n', ' ', ' '] |