Supported Vector Databases
Vertex ai vector search
Google Cloud Vertex AI Vector Search
Usage
To use Google Cloud Vertex AI Vector Search with mem0
, you need to configure the vector_store
in your mem0
config:
Required Parameters
Parameter | Description | Required |
---|---|---|
endpoint_id | Vector Search endpoint ID | Yes |
index_id | Vector Search index ID | Yes |
deployment_index_id | Deployment-specific index ID | Yes |
project_id | Google Cloud project ID | Yes |
project_number | Google Cloud project number | Yes |
vector_search_api_endpoint | Vector search API endpoint | Yes (for get operations) |
region | Google Cloud region | No (defaults to GOOGLE_CLOUD_REGION) |
credentials_path | Path to service account credentials | No (defaults to GOOGLE_APPLICATION_CREDENTIALS) |