Easybeam
  • Getting Started
    • 👋What is Easybeam?
    • 📙SDKs
  • Features
    • 📝Prompts
    • ⭐Reviews & Score
    • 🧠Agents
      • Getting Started
      • Core concepts
      • Data Types
      • Sidebar
      • Start Step
      • Prompt Step
      • Decision Step
      • Action Step
      • Website Step
      • Database Step
      • Async Branch
      • Knowledge Step
      • API Step
      • Solo Agent
    • 📖Knowledge
      • Websites
      • Documents
    • 📋Logs
    • 🔍Analytics & Reviews
    • 🧑‍🔬Test Center
  • 🤖Documentation Agent
Powered by GitBook
On this page
  1. Features
  2. Agents

Database Step

Read & Write Vector Data

PreviousWebsite StepNextAsync Branch

Last updated 2 months ago

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.

🧠