Skip to main content

AutoRagConfig

Defined in the auto_rag_agent module.
Configuration for AutoRagAgent.

Properties

retrieval_policy
RetrievalPolicy
No description available.
top_k
int
No description available.
hybrid
bool
No description available.
rerank
bool
No description available.
include_citations
bool
No description available.
citations_mode
str
No description available.
max_context_tokens
int
No description available.
auto_keywords
Set
No description available.
auto_min_length
int
No description available.
  • from_dict: Create from dictionary.
  • to_dict: Serialize to dictionary.