Vector Databases
Last updated
Last updated
Vector databases are a critical component of RAG (Retrieval-Augmented Generation) pipelines in Vectorize. They store and index vector embeddings, enabling efficient similarity searches crucial for retrieval operations.
Vector databases are specialized storage systems designed to handle high-dimensional vector data. In the context of RAG pipelines, they store the vector representations of your documents, allowing for quick and efficient similarity searches when retrieving relevant information.
Vectorize supports several vector database integrations to suit different needs and preferences:
Astra DB: DataStax's cloud-native Cassandra-based vector database.
Couchbase Capella: Couchbase's fully managed NoSQL database with vector search capabilities.
Elastic Cloud: Elasticsearch's cloud offering with vector search functionality.
Pinecone: Purpose-built vector database for machine learning and AI applications.
You can configure vector database integrations in two ways:
Navigate to the Vectorize dashboard.
In the left sidebar, under "Integrations," click on "Vector Databases."
You'll see a list of currently configured vector database integrations in your workspace.
To add a new integration, click the "New Vector Database" button.
Choose from the list of available vector database options.
Follow the prompts to configure the selected vector database integration.
During the RAG Pipeline creation process, you'll reach a step to configure the vector database.
You can either select an existing vector database integration or create a new one.
If creating a new integration, choose from the available options and follow the configuration steps.
Note: Vector database integrations configured as part of a RAG Pipeline will automatically appear in the Vector Databases list for your organization and can be reused in future RAG pipelines.
When setting up a vector database integration, you'll typically need to provide:
Connection details (e.g., endpoint URL, region)
Authentication credentials (e.g., API keys, access tokens)
Index or collection name
Any specific configuration options for the chosen database
Some integrations may also allow you to configure metadata filtering options to refine your vector searches.
For detailed information on configuring specific vector database integrations, please refer to their individual documentation pages linked above.