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
Click the plus icon on the canvas and select Code Recipe from the list.
Write Python code to create a RAG recipe that converts data into vectors.
Click Test to validate the recipe.
Click Run to execute the recipe and generate the vector output.
Last updated