config_2.yaml
1 embedding_model_query_instructions: "Represent this sentence for searching relevant passages:" 2 llm_model: "databricks-dbrx-instruct" 3 llm_prompt_template: "You are a trustful assistant. Answer concisely and clearly." 4 retriever_config: 5 k: 5 6 use_mmr: false 7 llm_parameters: 8 temperature: 0.01 9 max_tokens: 200 10 llm_prompt_template_variables: 11 - "chat_history" 12 - "context" 13 - "question"