Skip to main content
All CollectionsAI Project
How to Add a Vector Database to an AI Project
How to Add a Vector Database to an AI Project
Edward Hu avatar
Written by Edward Hu
Updated over a week ago

Adding a Data Set to an existing project is an essential step for you to set up RAG for your LLM pipeline. To do so, you will need to first have a fully configured Data Set.

This requires a fully configured Data Set. If you haven't done so, please see this guide first.

To add a Data Set to your LLM pipeline:

  1. Go to your project

  2. Add an action by clicking the "+" icon and select "Vector Database"


    โ€‹

  3. Select a Data Set (you will need to create and import your data source first before this step)

  4. Add a string or variable to the input; this will be the keyword (phrase) that the system will use for database search. If you don't know what to put, you can use the default settings, or add the "payload" variable.

  5. Hit Save

Did this answer your question?