RAGConfig
Defined in the models module.Configuration for RAG pipeline. Attributes: top_k: Number of chunks to retrieve min_score: Minimum relevance score threshold max_context_tokens: Maximum tokens for context include_citations: Whether to include citations in result retrieval_strategy: Strategy for retrieval (basic, fusion, hybrid) rerank: Whether to rerank results rerank_top_k: Number of results after reranking template: Prompt template with {context} and {question} placeholders system_prompt: Optional system prompt for LLM stream: Whether to stream responses
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Internal & Generic Methods
Internal & Generic Methods
- from_dict: Create from dictionary.
- to_dict: Convert to dictionary.

