Navigation
Mobile DocsNavigation
Mobile DocsRetrieval-Augmented Generation agent
Create a RAG (Retrieval-Augmented Generation) agent that retrieves information from document sources to provide accurate, grounded responses.
Layout: full
Placeholder: Enter system prompt for the RAG agent...
Layout: full
Condition: agentProfileId = ""
Placeholder: Enter the query to search for information...
Layout: full
Layout: full
Options: Dynamic options
Layout: half
Options: Pinecone, Supabase, MongoDB, Airtable
Placeholder: { "connectionString": "your-connection-string", "collection": "your-collection-name" }
Layout: full
Placeholder: { "topK": 5, "similarityThreshold": 0.7, "includeMetadata": true }
Layout: full
Layout: half
Layout: half
Layout: half
Condition: memoryEnabled = true
Layout: half
Condition: memoryEnabled = true
Placeholder: customer-support, billing, technical
Layout: half
Condition: memoryEnabled = true
Optional
Optional
Required
Required
Optional
Required
Required
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"model": "string",
"sources": "json",
"tokens": "json"
}