Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Infiniflow Ragflow Search LLM Settings

From Leeroopedia
Revision as of 18:20, 16 February 2026 by Admin (talk | contribs) (Auto-imported from principles/Infiniflow_Ragflow_Search_LLM_Settings.md)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment