{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/6"}],"enrichment":{"capability":"Integrates Qdrant vector database with LlamaIndex for storing and retrieving embeddings in RAG and semantic search applications.","skillfed_tags":["vector-database","rag","embeddings"],"use_cases":["Store embeddings from LlamaIndex document processing into Qdrant for persistent semantic search across documents","Build RAG pipelines where LlamaIndex retrieves relevant context from Qdrant before passing it to an LLM","Perform similarity search on embeddings without managing Qdrant client code directly in your application","Scale embedding storage across multiple documents while maintaining LlamaIndex's high-level API","Integrate Qdrant as a backend for LlamaIndex-based chatbots or question-answering systems"],"what_it_does":"This package provides a LlamaIndex integration layer for Qdrant, a vector database designed for similarity search and retrieval-augmented generation (RAG). It acts as a bridge between LlamaIndex's document processing and embedding pipeline and Qdrant's vector storage and query engine, allowing you to persist embeddings and perform semantic searches efficiently.\n\nThe package wraps Qdrant's gRPC client (via qdrant-client) and exposes it through LlamaIndex's standard vector store interface. You use it to store document embeddings in Qdrant and retrieve semantically similar results during inference, typically as part of a larger RAG system. It requires Python 3.10+, depends on llama-index-core for the integration framework, and handles the gRPC communication with Qdrant transparently.","worth_installing":"Yes, if you are already using LlamaIndex and need a vector store backend. Low install friction, active maintenance, MIT license, and no known vulnerabilities make it a straightforward choice. Verify that Qdrant server setup aligns with your deployment model before committing."},"id":"llama-index-vector-stores-qdrant","links":{"html":"https://skillfed.io/packages/llama-index-vector-stores-qdrant","md":"https://skillfed.io/packages/llama-index-vector-stores-qdrant.md","pypi":"https://pypi.org/project/llama-index-vector-stores-qdrant/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":"MIT","license_treatment":"permissive","name":"llama-index-vector-stores-qdrant","python_support":"supports_current","summary":"llama-index vector_stores qdrant integration"},"popularity":{"monthly_downloads":332216,"position":7509,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.10.3"}
