Tool reference
Tool: run-focused-pipeline
pipeline: "load_semantic_db"
extent_id: 1234
Two Modes: RAG and Summarization
---------------------------------
Semantic search operates in two modes. Content Chimera chooses the right mode
automatically based on your question, but it helps to understand the difference so you
can frame questions effectively.
RAG (Retrieval-Augmented Generation)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RAG finds **specific facts from a small number of pages**. It works by searching the
vector database for the pages most relevant to your question, then reading those pages to
extract a precise answer.
Best for questions like:
- "What does the pricing page say about enterprise plans?"
- "Find pages that mention GDPR compliance"
- "What is the return policy?"
- "Does any page explain how to cancel a subscription?"
RAG is great when you know (or suspect) that the answer lives on a specific page or small
set of pages.
Summarization
^^^^^^^^^^^^^
Summarization **synthesizes broad themes across all your content**. Instead of looking for
one precise answer, it reads widely and identifies patterns, topics, and tone.
Best for questions like:
- "What topics does this site cover?"
- "How does the site talk about sustainability?"
- "What's the overall tone of the blog?"
- "What are the main calls to action across the site?"
Summarization is ideal for understanding the big picture of a site's content.
.. important::
RAG works from a **limited sample** of pages — the ones most relevant to your question.
Results are representative but not exhaustive. When reporting RAG findings, qualify them:
"Based on the sampled content..." or "The pages reviewed suggest..."
Summarization, by contrast, can work against **all** the content in the semantic
database.
Asking Questions
----------------
Once the semantic database is loaded, you can start asking questions about your site's
content.
.. admonition:: Chimera Chat
:class: tip
Just ask your question in natural language. Chimera Chat automatically decides whether to use
RAG or Summarization based on how your question is phrased.
**Specific questions** (routed to RAG):
- *"What does this site say about data privacy?"*
- *"Find content that discusses return policies"*
- *"Are there any pages about accessibility?"*
**Broad questions** (routed to Summarization):
- *"What are the main themes of this website?"*
- *"Summarize the tone across the blog section"*
- *"What topics come up most often?"*
.. admonition:: MCP
:class: tip
Ask your AI assistant content questions just as you would in Chimera Chat. The system
automatically chooses between RAG and Summarization based on how your question is phrased.
Examples:
*"What does this site say about data privacy?"*
*"What are the main themes across the blog?"*
.. raw:: html