Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

AgentDB Vector Search

Skill Verifiziert Aktiv

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.

Zweck

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.

Funktionen

  • 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

Anwendungsfälle

  • Building RAG systems for enhanced LLM context
  • Creating intelligent document retrieval systems
  • Implementing similarity matching for large datasets
  • Developing context-aware querying interfaces

Nicht-Ziele

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

Voraussetzungen

  • 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

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 13 hours ago

Vertrauenssignale

Letzter Commitabout 14 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen