Use the Vector Database Console

The Vector Database Console provides a low-code user interface that can be used to manage resources and perform inference on your Vector Database.

Access the Vector Database Console using the following steps:

  • From your Vector Database instance:
    1. Click the Database actions dropdown menu, and select View all database actions.
    2. Select the Vector Database tab, and click Open.

      Note:

      You are initially logged in as an Administrator user. To create a Vector database user, see Create a New Vector Database User. After creating the user, log out of Database Actions, and then log back in as the newly created vector database user.
  • From the Database Actions Launchpad page:
    1. Click Selector Selector to display the navigation menu.
    2. Under Vector Database, select Vector Database.

The first page displayed by the Vector Database Console is the Overview page, which provides links to getting started tasks, including choosing and loading a model, creating a vector table, upserting data, and performing semantic search.

The following pages are accessible from the left hand navigation menu:

  • Overview: Find links to get started using your Vector Database along with an account of the current number of tables and loaded models.
  • Tables: View, manage, and create tables in your Vector Database.
  • Query playground: Perform text and vector searches against your Vector Database. Advanced options allow you to customize queries by specifying Top K results and adding search filters.
  • Models: View the list of pre-configured models that you can use to vectorize your data. Choose which model(s) you would like to use and load them into your database.
  • Sample apps: A GitHub repository with sample applications that demonstrate the use and benefits of the Vector Database.

Topics: