Qdrant Vector Search
技能 已验证 活跃High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
To enable users to build production-ready RAG systems by providing a high-performance, scalable vector similarity search engine.
功能
- High-performance vector similarity search
- Integration for RAG and semantic search
- Scalable vector storage with Rust-powered performance
- Hybrid search with metadata filtering
- Examples for common RAG frameworks (LangChain, LlamaIndex)
使用场景
- Building production RAG systems requiring low latency
- Implementing hybrid search (vectors + metadata filtering)
- Deploying scalable vector storage with full data control
- Developing real-time recommendation systems
非目标
- Simpler setup for embedded use cases (use Chroma instead)
- Maximum raw speed for research/batch processing (use FAISS instead)
- Fully managed zero-ops solutions (use Pinecone instead)
工作流
- Connect to Qdrant instance
- Create a collection with vector parameters
- Upsert points (vectors + payload)
- Perform search or filtered search operations
- Integrate results into RAG pipeline
先决条件
- Qdrant client library
- Qdrant server instance (local, Docker, or cloud)
安装
请先添加 Marketplace
/plugin marketplace add Orchestra-Research/AI-Research-SKILLs/plugin install AI-Research-SKILLs@ai-research-skills质量评分
已验证类似扩展
Embedding Strategies
100Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
AgentDB Vector Search
99Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.
Qdrant Vector Search
95High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
Rag Architect
100Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.
Embeddings
99Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.
Vector Search Workflows
99Vector search indexing and querying workflows using MCP Vector Search, including setup, reindexing, auto-index strategies, and MCP integration.