Skip to content
Merged
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
4 changes: 3 additions & 1 deletion src/mvt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ system_prompt: "You are an assistant for question-answering tasks that are relat
use_query_rewriting: false # Set to true to enable query rewriting
query_rewriting_prompt: "You are an assistant helping to rewrite user queries to make them more specific and effective for searching documents. The context is the Linux Foundation Decentralized Trust former Hyperledger. Please rewrite the human query to be more specific, detailed, and optimized for document retrieval, considering the context mentioned."
logo_pth: "https://upload.wikimedia.org/wikipedia/en/thumb/e/e2/The_Founder_Institute_Logo.png/250px-The_Founder_Institute_Logo.png"
nr_retrieved_documents: 5
nr_retrieved_documents: 5
max_download_retries: 3 # Number of retry attempts for failed downloads
retry_delay_seconds: 2 # Base delay between retries (increases with each attempt)
Loading