Faiss
技能 已验证 活跃Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.
To guide users on leveraging FAISS for high-performance, large-scale vector similarity search and clustering, offering expert-level documentation and practical examples.
功能
- Detailed explanation of FAISS index types (Flat, IVF, HNSW, PQ)
- Guidance on GPU acceleration for massive datasets
- Code examples for installation, usage, and integration
- Best practices for performance and memory efficiency
- Information on saving and loading FAISS indexes
使用场景
- Implementing fast k-NN search on millions/billions of vectors
- Large-scale vector retrieval for RAG systems
- Building high-throughput, low-latency similarity search applications
- Offline/batch processing of embeddings for clustering or similarity analysis
非目标
- Metadata filtering beyond vector similarity
- Acting as a full-featured database
- Replacing simpler similarity search libraries for small datasets
安装
请先添加 Marketplace
/plugin marketplace add Orchestra-Research/AI-Research-SKILLs/plugin install AI-Research-SKILLs@ai-research-skills质量评分
已验证类似扩展
Faiss
94Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.
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.
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.
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.
Chat Format
100Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval