Creation
1
Choose your Vector Database and corresponding RAG metrics
RAG metrics include the embedding model, Vector Space, Similarity Metric, and metadata values to be included
2
Connect your Data Sources and click submit
Usage
The RAG node will be responsible for Embedding incoming queries and performing simalirty search to retrieve relevant documenation. This can be passed to an LLM node for further processing/inference.1
Choose your Knowledge Base
From the dropdown select the appropriate KB
2
Input Query
This can be paramaterized (for example if you want to pass in a query from your front end:)
- Denote Variable: < ?input_query? >
- Input Query will be embedded and semantic search will take place
- Relevant documents returned
3
Pass to LLM Node
Pipe doc information to LLM node (ensure you are reffering the RAG Node ID: < ?rag_node_id? >)

Rag Implementation