Principle:Infiniflow Ragflow Search LLM Settings
| Knowledge Sources | |
|---|---|
| Domains | RAG, Search, NLP |
| Last Updated | 2026-02-12 06:00 GMT |
Overview
A configuration pattern that tunes the LLM model and generation parameters used for AI-synthesized search answers.
Description
Search LLM Settings configures which LLM model generates AI answers for search queries and its generation parameters. This shares the same LLM configuration space as chat applications but is applied specifically to the search application's answer synthesis. The frontend uses Zod schema validation for these settings.
Usage
Configure when setting up a search application that provides AI-synthesized answers alongside document retrieval results.
Theoretical Basis
Same as LLM Configuration for chat: temperature, top_p, and penalties control the generation behavior for answer synthesis.