Skip to main content

AgentDB Vector Search

Skill Verified Active

Implement 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.

Purpose

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

  1. Initialize vector database with specified dimensions or presets.
  2. Store documents with their computed embeddings.
  3. Perform similarity searches using vector queries, optionally with thresholds, metrics, or MMR.
  4. Combine vector search with metadata filtering for hybrid search.
  5. 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/ruflo

Runs 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

Verified
99 /100
Analyzed about 13 hours ago

Trust Signals

Last commitabout 14 hours ago
Stars50.2k
LicenseMIT
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.