Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
embed_model: "models/Qwen3-Embedding-4B-Q5_K_M.gguf"
embedding_model_context_window: 4096
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we do a regression with new configs to ensure that we are improving/retaining performance?

top_k: 10
num_candidates: 50
ensemble_method: "rrf"
ranker_weights: {"faiss":1,"bm25":0,"index_keywords":0}
ranker_weights: {"faiss":0.75,"bm25":0.25,"index_keywords":0}
rrf_k: 60
max_gen_tokens: 400
chunk_mode : "recursive_sections"
chunk_mode: "recursive_sections"
gen_model: "models/qwen2.5-3b-instruct-q8_0.gguf"
chunk_size: 2000
chunk_overlap: 200
chunk_size_in_chars: 2000
chunk_overlap: 300
use_hyde: false
hyde_max_tokens: 300
use_indexed_chunks: false
Expand All @@ -17,4 +18,4 @@ rerank_top_k: 5
use_double_prompt: false
enable_history: true
max_history_turns: 3
enable_topic_extraction: true
enable_topic_extraction: false
Loading
Loading