llama-index-vector-stores-azureaisearch
llama-index vector_stores azureaisearch integration
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-azureaisearchuv
uv add llama-index-vector-stores-azureaisearchpoetry
poetry add llama-index-vector-stores-azureaisearchInstalling 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
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
llama-index-embeddings-azure-openaiIntegrates Azure OpenAI's embedding models with…
permissive · top 15,000 on PyPI
llama-index-vector-stores-lancedbIntegrates LanceDB as a vector store backend…
permissive · top 15,000 on PyPI
llama-index-vector-stores-qdrantIntegrates Qdrant vector database with…
permissive · top 15,000 on PyPI
llama-index-vector-stores-redisIntegrates Redis as a vector store backend for…
permissive · top 15,000 on PyPI
llama-index-vector-stores-faissIntegrates FAISS vector storage with LlamaIndex…
permissive · top 15,000 on PyPI
llama-index-vector-stores-pineconeIntegrates Pinecone vector database with…
permissive · top 15,000 on PyPI
llama-index-vector-stores-chromaIntegrates Chroma vector database with…
permissive · top 15,000 on PyPI
agent-framework-azure-ai-searchProvides RAG (Retrieval Augmented Generation)…
permissive · top 15,000 on PyPI
llama-index-vector-stores-milvusIntegrates the Milvus vector database with…
permissive · top 15,000 on PyPI
llama-index-embeddings-openaiIntegrates OpenAI's embedding models with…
permissive · top 5,000 on PyPI