Database Step

Read & Write Vector Data

This step can be used to read, write, query, and delete data in a connected vector database that you configure.

To use this step you must

  1. Add a vector server (Pinecone) to Settings / Vector Databases

    1. This is where your data will actually live

  2. Create a Data Set for your data, and select your newly connected Vector Server

    1. This is a "type" for your data (i.e. User, Museum, Restaurant, etc)

  3. Select the desired Data Set in the Database step.

This is a very powerful step. Common uses include,

  • Adding a long term memory via reading and writing to the DB with the ChatID.

  • Querying large datasets to find relevant information.

  • Enabling your agents to write data on your user's behalf.

If you already have a data set you'd like to play with, you can visiting the Data Set / Manage page to import the formatted data.

Last updated