Search & Retrieval
AI systems that find and surface relevant content from a body of documents, records, or media in response to a query. Includes semantic search, vector retrieval, and retrieval-augmented generation (RAG) pipelines that feed relevant passages into a language model. Used in document QA, public-records lookup, and library or archive search.
- Description
Playground
Try the element with your own values, contexts, and color modes.
Style
Raw JSON
Live API response from GET /schemas/ai@2026-05-06-beta/elements/search_retrieval.
element "search_retrieval"
{
"id": "search_retrieval",
"category_id": "processing",
"title": [
{
"locale": "en",
"value": "Search & Retrieval"
}
],
"description": [
{
"locale": "en",
"value": "AI systems that find and surface relevant content from a body of documents, records, or media in response to a query. Includes semantic search, vector retrieval, and retrieval-augmented generation (RAG) pipelines that feed relevant passages into a language model. Used in document QA, public-records lookup, and library or archive search."
}
],
"authoring_guidance": [],
"examples": [],
"sources": [],
"symbol_id": "search_retrieval",
"variables": [
{
"id": "additional_description",
"label": [
{
"locale": "en",
"value": "Description"
}
],
"required": false
}
],
"shape": "circle",
"icon_variants": [
"default",
"dark"
]
}