skillfed

databricks-ai-search

Databricks AI Search Client (formerly Vector Search)

databricks-ai-search v0.78 2.5M downloads/30d#3,030 on PyPI
License unclear Active released

What it is and what it does

This is the official Python SDK for Databricks AI Search, the managed vector and keyword search service within the Databricks platform. It provides a client to create search endpoints, define delta-sync indexes backed by Databricks tables, and run similarity searches against stored embeddings. The package handles authentication automatically in Databricks notebooks and supports explicit credential methods (PAT, service principals, OAuth) for external use.

The SDK is a rename and continuation of the legacy `databricks-vectorsearch` package; the old class names are preserved as aliases for backward compatibility, but new projects should use the `databricks-ai-search` package directly. It depends on mlflow-skinny, requests, deprecation, and httpx, all lightweight and stable libraries.

Use it for:

  • Build semantic search over Databricks Delta tables by creating vector indexes and querying them with embedding vectors.
  • Integrate vector search into Databricks notebooks for retrieval-augmented generation (RAG) workflows.
  • Manage multiple search endpoints and indexes programmatically from Python without leaving the Databricks platform.
  • Query both vector and keyword search from external applications using PAT or service principal authentication.
  • Migrate from the legacy `databricks-vectorsearch` package to the new `databricks-ai-search` naming without code changes.

Worth the install?

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

Python client for Databricks AI Search, a managed vector and keyword search service on the Databricks platform, supporting endpoint creation, index management, and similarity search queries.

Yes, if you are already using Databricks and need vector search. The package is actively maintained, has low install friction, and integrates seamlessly with Databricks notebooks. However, the license is restrictive and proprietary—use is only permitted in connection with a Databricks Platform Services agreement. Do not install if you are not a Databricks customer or do not have a valid service agreement in place.

Install

databricks-ai-search on PyPI

pip

pip install databricks-ai-search

uv

uv add databricks-ai-search

poetry

poetry add databricks-ai-search

Installing databricks-ai-search

Before you install

Low install friction; depends on four lightweight runtime packages (mlflow-skinny, requests, deprecation, httpx). Actively maintained with recent releases.

License in practice

License is unclear and proprietary: use is restricted to connection with Databricks Platform Services under a separate agreement. You cannot use this package standalone or outside that contractual relationship.

Quickstart

pip install databricks-ai-search

from databricks.ai_search.client import AISearchClient

client = AISearchClient()
results = client.create_endpoint(name="my-endpoint", endpoint_type="STANDARD")

Requires a Databricks workspace and valid authentication (auto-detected in notebooks, or explicit credentials via workspace_url and personal_access_token or service principal parameters).

Verify before relying

  • Whether the package works outside Databricks notebooks or requires a Databricks workspace
  • Specific performance characteristics or rate limits for similarity search queries
  • Whether backward-compat aliases (VectorSearchClient, etc.) are fully equivalent or have subtle differences

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 4 — mlflow-skinny, requests, deprecation, httpx
Maintenance actively maintained — 11 days since the last release
First released
Downloads 2,515,634/month — #3,030 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: databricks_ai_search-0.78-py3-none-any.whl

Tags

databricks vector search clientmanaged vector search sdksimilarity search pythondatabricks ai searchvector index managementsemantic search databricksembedding search service
vector-searchdatabricks-platformsemantic-search

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

databricks-vectorsearch

A deprecated re-export shim that forwards to…

unclear · top 5,000 on PyPI

databricks-agents

Mosaic AI Agent Framework SDK provides a Python…

unclear · top 5,000 on PyPI

databricks-feature-engineering

Databricks Feature Engineering client for…

unclear · top 5,000 on PyPI

databricks-ai-bridge

Provides a shared Python API layer for building…

unclear · top 5,000 on PyPI

databricks-zerobus-ingest-sdk

A Python client for streaming data ingestion…

unclear · top 15,000 on PyPI

databricksapi

A Python wrapper for the Databricks REST API…

permissive · top 15,000 on PyPI

databricks-openai

Integrates Databricks AI features, particularly…

permissive · top 5,000 on PyPI

databricks-langchain

Integrates Databricks AI services—LLMs, vector…

permissive · top 5,000 on PyPI

databricks-feature-store

This package is deprecated as of v0.17.0; it…

unclear · top 15,000 on PyPI

azure-search-documents

Client library for querying, indexing, and…

unclear · top 5,000 on PyPI