skillfed

llama-index-vector-stores-azureaisearch

llama-index vector_stores azureaisearch integration

llama-index-vector-stores-azureaisearch v0.5.1 98.9K downloads/30d#13,054 on PyPI
Permissive license MIT Active released

What it is and what it does

This package provides a LlamaIndex vector store adapter for Azure AI Search, a managed search service on Azure. It bridges LlamaIndex's retrieval framework with Azure's vector and semantic search capabilities, allowing developers to build RAG (retrieval-augmented generation) applications that store and query embeddings in Azure rather than in a separate vector database.

The integration depends on azure-search-documents for Azure API communication and llama-index-core for the vector store abstraction layer. It's designed for teams already using Azure infrastructure who want to leverage Azure AI Search's native capabilities—including hybrid search, filtering, and managed scaling—without maintaining a separate vector database. The package is actively maintained and carries no known security vulnerabilities.

Use it for:

  • Build RAG pipelines that store document embeddings in Azure AI Search and retrieve them for LLM context.
  • Migrate existing LlamaIndex applications to Azure by swapping the vector store backend to Azure AI Search.
  • Implement semantic search over enterprise documents stored in Azure without provisioning additional infrastructure.
  • Combine Azure AI Search's hybrid search (keyword + vector) with LlamaIndex's retrieval and synthesis workflows.
  • Deploy production RAG systems on Azure with managed scaling and built-in security features.

Worth the install?

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

Integrates Azure AI Search as a vector store backend for LlamaIndex, enabling semantic search and retrieval-augmented generation workflows using Azure's managed search service.

Yes, if you are already using LlamaIndex and Azure. The low install friction, active maintenance, MIT license, and zero known vulnerabilities make it a safe choice for Azure-based RAG projects. Skip it if you are not committed to Azure or if you need vector store features not yet supported by this integration—verify capability coverage first.

Install

llama-index-vector-stores-azureaisearch on PyPI

pip

pip install llama-index-vector-stores-azureaisearch

uv

uv add llama-index-vector-stores-azureaisearch

poetry

poetry add llama-index-vector-stores-azureaisearch

Installing llama-index-vector-stores-azureaisearch

Before you install

Low friction: pure Python wheel with only two runtime dependencies (azure-search-documents and llama-index-core). Actively maintained as of 24 days ago.

License in practice

MIT license permits commercial and private use with minimal restrictions—suitable for most projects.

Quickstart

pip install llama-index-vector-stores-azureaisearch

from llama_index.vector_stores.azureaisearch import AzureAISearchVectorStore

vector_store = AzureAISearchVectorStore()

Requires Python 3.10 or later (supports current Python versions). Azure AI Search credentials and endpoint configuration needed at runtime.

Verify before relying

  • Specific Azure AI Search API versions or feature compatibility constraints not documented in fact sheet.
  • Performance characteristics (latency, throughput) for typical retrieval workloads.
  • Whether the integration supports all Azure AI Search vector capabilities (hybrid search, filters, etc.).

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — azure-search-documents, llama-index-core
Maintenance actively maintained — 24 days since the last release
First released
Downloads 98,871/month — #13,054 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: llama_index_vector_stores_azureaisearch-0.5.1-py3-none-any.whl

Tags

azure ai search vector storellama index azure integrationsemantic search azurerag with azure searchvector database azurellama index vector store backendazure cognitive search integration
ragvector-searchazure

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

llama-index-embeddings-azure-openai

Integrates Azure OpenAI's embedding models with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-lancedb

Integrates LanceDB as a vector store backend…

permissive · top 15,000 on PyPI

llama-index-vector-stores-qdrant

Integrates Qdrant vector database with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-redis

Integrates Redis as a vector store backend for…

permissive · top 15,000 on PyPI

llama-index-vector-stores-faiss

Integrates FAISS vector storage with LlamaIndex…

permissive · top 15,000 on PyPI

llama-index-vector-stores-pinecone

Integrates Pinecone vector database with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-chroma

Integrates Chroma vector database with…

permissive · top 15,000 on PyPI

agent-framework-azure-ai-search

Provides RAG (Retrieval Augmented Generation)…

permissive · top 15,000 on PyPI

llama-index-vector-stores-milvus

Integrates the Milvus vector database with…

permissive · top 15,000 on PyPI

llama-index-embeddings-openai

Integrates OpenAI's embedding models with…

permissive · top 5,000 on PyPI