skillfed

google-cloud-vectorsearch

Google Cloud Vectorsearch API client library

google-cloud-vectorsearch v0.11.1 3.7M downloads/30d#2,525 on PyPI5,373
Permissive license Apache-2.0 Active released

What it is and what it does

This is Google's official Python client for Vector Search, a managed vector database service on Google Cloud. It abstracts the complexity of connecting to and querying the Vector Search API, allowing you to work with vector embeddings and perform approximate nearest neighbor searches programmatically. The library handles authentication, RPC communication, and data serialization through its dependencies on google-api-core, google-auth, and protobuf.

You use it when you need to integrate semantic search, recommendation systems, or generative AI retrieval into Python applications running on or connecting to Google Cloud. The library is in Beta status and actively maintained, supporting current Python versions (3.10 through 3.14). It requires a live Google Cloud project with the Vector Search API enabled and proper authentication set up before you can make any queries.

Use it for:

  • Build semantic search features that find similar documents or items by querying stored embeddings at scale
  • Implement recommendation engines that use vector similarity to suggest related products or content
  • Power retrieval-augmented generation (RAG) pipelines by querying relevant embeddings for LLM context
  • Store and query custom vector embeddings from your own embedding models or third-party services
  • Perform fast approximate nearest neighbor searches across large datasets of high-dimensional vectors

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Python client library for Google Cloud Vector Search, enabling you to store, index, and query vector embeddings through a managed API for semantic search and recommendation applications.

Yes, if you are building on Google Cloud and need a managed vector database. The library is actively maintained, has low install friction, and integrates cleanly with Google Cloud authentication. However, you must have a Google Cloud project with Vector Search enabled and be prepared for API costs; this is not a local or offline solution.

Install

google-cloud-vectorsearch on PyPI

pip

pip install google-cloud-vectorsearch

uv

uv add google-cloud-vectorsearch

poetry

poetry add google-cloud-vectorsearch

Installing google-cloud-vectorsearch

Before you install

Low install friction with a pure-Python wheel. Actively maintained as of 2026-06-25 with recent commits. Requires Python >= 3.10 and depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf).

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must include a copy of the license and state significant changes.

Quickstart

pip install google-cloud-vectorsearch

from google.cloud import vectorsearch

client = vectorsearch.IndexClient(project='your-project', region='us-central1')
# Use client to query or manage vector indexes

Requires Google Cloud project with Vector Search API enabled, valid authentication credentials, and Python >= 3.10.

Verify before relying

  • Whether the library supports local/offline vector operations or requires live API connectivity
  • Performance characteristics and latency for typical query workloads
  • Cost implications and pricing model for Vector Search API usage

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf
Maintenance actively maintained — 50 days since the last release
Last repo commit
First released
Downloads 3,694,386/month — #2,525 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: google_cloud_vectorsearch-0.11.1-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet

Tags

vector database clientsemantic search apiembedding storage and retrievalapproximate nearest neighbor searchgoogle cloud vector searchvector similarity queriesmanaged vector database
vector-searchsemantic-searchgoogle-cloud

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

google-cloud-bigquery-storage

Provides a Python client library for reading…

permissive · top 1,000 on PyPI

google-cloud-recommendations-ai

Python client library for Google Cloud…

permissive · top 5,000 on PyPI

google-cloud-notebooks

Provides a Python client to manage notebook…

permissive · top 15,000 on PyPI

google-cloud-tasks

Python client library for Google Cloud Tasks,…

permissive · top 1,000 on PyPI

google-cloud-recommender

Python client library for Google Cloud…

permissive · top 15,000 on PyPI

google-cloud-filestore

Python client library for creating and managing…

permissive · top 15,000 on PyPI

google-cloud-discoveryengine

Python client library for Google Cloud…

permissive · top 5,000 on PyPI

google-cloud-firestore

Python client library for Google Cloud…

permissive · top 1,000 on PyPI

google-cloud-monitoring

Python client library for Google Cloud…

permissive · top 1,000 on PyPI

google-cloud-functions

Python client library for Google Cloud…

permissive · top 5,000 on PyPI