Reference documentation and code samples for the Vector Search V1 API module Google::Cloud::VectorSearch::V1::VectorSearchService.
VectorSearchService provides methods for managing Collection resources, and Collection Index resources. The primary resources offered by this service are Collections which are a container for a set of related JSON data objects, and Collection Indexes which enable efficient ANN search across data objects within a Collection.
To load this service and instantiate a REST client:
require "google/cloud/vector_search/v1/vector_search_service/rest"
client = ::Google::Cloud::VectorSearch::V1::VectorSearchService::Rest::Client.new