Ask AI

RAG Search Node

Search documents via vector similarity using natural language queries within scenarios.

Notion image

Node: RAG Search

To use stored data inside a scenario, connect the RAG Search node from the AI Agent → Actions category.

Notion image

Main Fields (RAG Search Node)

Field
Description
Storage
Select the storage to search in
Question
Natural language query
Top_k
Number of chunks to return (default: 5, max: 20)

How It Works

  1. You upload a document into a storage
  1. The document is automatically split into chunks and indexed
  1. RAG Search receives a query and performs embedding-based retrieval
  1. The node returns raw chunks that match the query

Node Execution Example

A natural language query is passed into the node, which returns a list of matching chunks based on the specified top_k.

Notion image

Did this answer your question?
😞
😐
🤩