📄️ Step 1: Create a database
In this step, we will create a database to store our data. When creating a database, you will need to specify the dimension, type, metirc, and region.
📄️ Step 2: Connect to the database
In this step, we will connect to the database we created in Step 1 and authenticate using an API key.
📄️ Step 3: Writing
In this step, we will write data to the database we created in Step 1
📄️ Step 4: Reading
In this step, we will read data we wrote to the database in Step 3
📄️ Step 5: Basic queries
In this step, we will query data using only the vector field. We will query for the 3 closest documents to a given vector.
📄️ Step 6: Hybrid queries
In this step, we will not only query data using vector similarity but also use the metadata field to filter the results.
📄️ Next steps
Congratulations! You've completed the Getting Started guide. Here are some next steps to continue your journey with SvectorDB: