Vector search engine with semantic search capabilities
vertexaivectorsearch.searchvectorindex
query
(VECTOR, Required): The search query for vector similarity search
publicDomainName
(TEXT, Required): The public domain name of the vector index you want to query can be found in Google Cloud Console: Vertex AI → Vector Search → Index Endpoints → [Your Endpoint] → Endpoint infoprojectIdNumber
(TEXT, Required): The id is the “name” of your google project, number is the associated number, you can find both in the Google Cloud Console -> click the settings at utilities in the top right -> in open menu click “Project Settings” -> you’ll see both Project ID and Project Number listedregion
(TEXT, Required): The region of the index / vector database you want to query, can be found in Google Cloud Console: Vertex AI → Vector Search → Index Endpoints → [Your Endpoint] → Endpoint info, example format: us-central1indexEndpointId
(TEXT, Required): The unique identifier of your Index / vector database, can be found in Google Cloud Console: Vertex AI → Vector Search → Index Endpoints → [Your Endpoint] → Endpoint infodeployedIndexId
(TEXT, Required): The deployment name of your Index / vector database, can be found in Google Cloud Console: Vertex AI → Vector Search → Index Endpoints → [Your Endpoint] → Endpoint info -> Deployed index column in the tableIssue | Solution |
---|---|
Authentication failed | Verify your Service Account credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |