Skip to main content

RAG Eval Workflow

This workflow demonstrates Retrieval-Augmented Generation in Agentic Signal by ingesting a text document into a RAG collection, retrieving the most relevant passages, and generating an answer from the retrieved evidence.

RAG Eval Workflow Preview


Workflow Steps

  1. Load input with the Data Source node using a query prompt and the attached text document.
  2. Index and retrieve passages with the RAG node from the test_collection vector store.
  3. Generate an answer with the AI Data Processing node using the retrieved evidence.
  4. Inspect the final output in the Data Flow Spy node.