databricks-vectorsearch
Databricks Vector Search Client
What it is and what it does
databricks-vectorsearch is a deprecated compatibility shim that re-exports databricks-ai-search. The product formerly known as Databricks Vector Search has been renamed to Databricks AI Search, and the canonical SDK is now published under the new name. This package exists solely to preserve backward compatibility: existing code that imports from databricks.vector_search.* will continue to work, with VectorSearchClient available as an alias for AISearchClient. On import, it emits a DeprecationWarning to signal that new code should migrate to the renamed package.
The package depends on mlflow-skinny, protobuf, requests, deprecation, httpx, and databricks-ai-search. It carries a custom Databricks license that restricts use to connection with Databricks Platform Services under an Agreement. For new projects, installing databricks-ai-search directly is the recommended path; this package is useful only for maintaining existing codebases that have not yet migrated their imports.
Use it for:
- Maintaining legacy code that imports from databricks.vector_search.* without immediate refactoring to the new databricks.ai_search.* namespace.
- Gradual migration of a large codebase where both old and new import paths need to coexist during a transition period.
- Ensuring existing Vector Search client code continues to run while the underlying product is rebranded.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A deprecated re-export shim that forwards to databricks-ai-search and emits a deprecation warning; existing code using databricks.vector_search.* imports continues to work with backward-compatible aliases.
No, unless you are maintaining existing code that has not yet migrated to databricks-ai-search. This is a deprecated shim; new projects should install databricks-ai-search directly. The custom Databricks license restricts use to Databricks Platform Services contexts, which may limit applicability outside that ecosystem.
Install
databricks-vectorsearch on PyPI
pip
pip install databricks-vectorsearchuv
uv add databricks-vectorsearchpoetry
poetry add databricks-vectorsearchInstalling databricks-vectorsearch
Before you install
Low install friction with a pure-Python wheel. Marked active with a recent release (65 days ago), though this is a deprecated package maintained primarily as a compatibility shim.
License in practice
License treatment is unclear in the fact sheet. The package carries a custom Databricks license requiring use only in connection with Databricks Platform Services and an Agreement with Databricks; it is not a standard open-source license. Review the full license terms before use.
Quickstart
pip install databricks-vectorsearch
from databricks.vector_search.client import VectorSearchClient
# Emits DeprecationWarning on import
Requires Python >=3.7; this is a deprecated package—new code should migrate to databricks-ai-search.
Verify before relying
- Whether the backward-compatibility aliases (e.g., VectorSearchClient as AISearchClient) are guaranteed indefinitely or will be removed in a future version.
- Whether the custom Databricks license permits use outside a Databricks Platform Services context or Community Edition.
- What specific use cases within Databricks Platform Services this package is intended to support.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — mlflow-skinny, protobuf, requests, deprecation, httpx, databricks-ai-search |
| Maintenance | actively maintained — 65 days since the last release |
| First released | |
| Downloads | 3,616,164/month — #2,557 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: databricks_vectorsearch-0.75-py3-none-any.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
databricks-ai-searchPython client for Databricks AI Search, a…
unclear · top 5,000 on PyPI
databricks-feature-storeThis package is deprecated as of v0.17.0; it…
unclear · top 15,000 on PyPI
langchain-databricksConnects LangChain applications to Databricks…
permissive · top 15,000 on PyPI
databricks-agentsMosaic AI Agent Framework SDK provides a Python…
unclear · top 5,000 on PyPI
databricks-langchainIntegrates Databricks AI services—LLMs, vector…
permissive · top 5,000 on PyPI
databricks-ai-bridgeProvides a shared Python API layer for building…
unclear · top 5,000 on PyPI
databricks-openaiIntegrates Databricks AI features, particularly…
permissive · top 5,000 on PyPI
databricks-feature-engineeringDatabricks Feature Engineering client for…
unclear · top 5,000 on PyPI
databricks-labs-remorphConverts SQL code between different database…
unclear · top 5,000 on PyPI
databricks-dltProvides type hints, API specs, and IDE…
unclear · top 5,000 on PyPI