Skip to main content

SingleStore Vector Database Integration

This guide walks you through configuring a Retrieval-Augmented Generation (RAG) pipeline in Vectorize using Singlestore as the vector database.

Before you Begin

Ensure you have:

If you don't have a SingleStore deployment, workspace, and database created yet, check out our guide How to Create a SingleStore Deployment, Workspace, and Database.

Configure the integration

To configure a vector database integration to connect to your SingleStore instance:

  1. Click Vector Databases from the main menu.

  2. Click New Vector Database Integration from the Vector Databases page.

  3. Select the SingleStore card.

    SingleStore Card

    Enter the parameters in the form using the SingleStore Parameters table below as a guide, then click Create SingleStore Integration.

    SingleStore Card

SingleStore Parameters

FieldDescriptionRequired
NameA descriptive name to identify the integration within Vectorize.Yes
HostThe host URL from your workspace's connection string.Yes
PortThe port from your workspace's connection string.Yes
DatabaseThe name of your database.Yes
UsernameThe username to access your database.Yes
PasswordThe password you'll use to access this database.Yes

When you specify your SingleStore integration in your pipeline configuration, Vectorize writes vector data to your SingleStore instance.

What's next?

  • If you haven't yet built a connector to your source database, go to configure a source connector and select your source data platform.

    OR

  • If you're ready to start creating pipelines for vectorizing data, head to Pipeline Basics.

Was this page helpful?