AgentDB Vector Search
Skill Verified ActiveImplement 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.
To enable intelligent document retrieval and similarity matching by implementing advanced semantic vector search with AgentDB, supporting the creation of RAG systems and knowledge bases.
Features
- Implement semantic vector search with AgentDB
- Support for HNSW indexing and quantization
- Sub-millisecond search (<100µs) and fast batch operations
- Provide CLI and API for vector database operations
- Enable RAG systems, semantic search engines, and knowledge bases
Use Cases
- Building RAG systems for enhanced LLM context
- Creating intelligent document retrieval systems
- Implementing similarity matching for large datasets
- Developing context-aware querying interfaces
Non-Goals
- Replacing general-purpose databases
- Providing natural language querying without vector embeddings
- Handling non-vector data without conversion
Workflow
- Initialize vector database with specified dimensions or presets.
- Store documents with their computed embeddings.
- Perform similarity searches using vector queries, optionally with thresholds, metrics, or MMR.
- Combine vector search with metadata filtering for hybrid search.
- Export and import vectors for backup or migration.
Prerequisites
- Node.js 18+
- AgentDB v1.0.7+ (via agentic-flow or standalone)
- OpenAI API key (for embeddings) or custom embedding model
Installation
npx skills add ruvnet/rufloRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
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.
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.
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.