📋 Reference

<aside> 🎛️

WHAT IT DOES

Every setting in a RAG project — what it does and when to change it — grouped by the five tabs you see when you create or edit one: General, Retrieval, Generation, Groundedness, and Experience. Sensible defaults are set for you; most projects only need a few of these touched. Tune based on what the RAG Projects test page shows.

</aside>

General

What the project is and what it answers with.

Setting What it does / when to change
Name, Description Label the project so collaborators know its purpose.
Knowledge base The library this project searches. Required — without one, runs fail. See Knowledge Bases.
AI model Which model writes the answer. Leave on Workspace default unless you need a specific model.
Persona / system prompt Sets tone and role (e.g. "a concise, friendly city-services assistant"). Optional.

Retrieval — finding the right content

How the project searches your knowledge base for each question.

Generation — writing the answer

How the model composes the answer once it has the content. The defaults produce focused, factual answers.

Setting Default What it does
Temperature 0.3 0 = deterministic, 1 = balanced, 2 = creative. Keep low for factual answers.
Top P 1 Nucleus sampling (0–1). Leave at 1 unless you know you need it.
Max response tokens 4096 Caps answer length. Raise for long-form answers.
Frequency penalty 0 Higher discourages repeating the same words.
Presence penalty 0 Higher encourages introducing new topics.

Groundedness — staying accurate

How tightly the answer must stick to your content — the most important group for trustworthy answers.