RAG Recipes

Overview

The Retrieval-Augmented Generation (RAG) recipe converts data into vectors and stores them in a vector database for AI-driven solutions.

Creating a RAG Recipe for Vector Conversion

  1. Click the plus icon on the canvas and select Code Recipe from the list.

  2. Write Python code to create a RAG recipe that converts data into vectors.

  3. Click Test to validate the recipe.

  4. Click Run to execute the recipe and generate the vector output.

Last updated