Skip to main content

13 docs tagged with "AI"

View all tags

Explainable Results

Pair raw search results with related evidence, summary metrics, and traversal paths so users and agents can understand why a result was returned.

Multi-Source RAG

Ingest PDFs, web pages, and database records as distinct labels, then search across all sources in a single vector query with source-aware citations.

RAG Evaluation

Measure Precision@k and Recall@k for your retrieval pipeline, detect score drift after model updates, and add a CI regression gate that fails on quality drops.

RAG Pipeline in Minutes

Chunk Markdown files, store them in RushDB, and build a retrieval-augmented generation pipeline in TypeScript, Python, or REST.

RAG Reranking

Improve retrieval precision with two-stage search — over-fetch candidates with vector similarity, then rerank with LLM scoring or Reciprocal Rank Fusion before sending to the LLM.

Search UX Patterns

Combine structured filters, semantic ranking, and contextual fields to build explainable, user-facing search experiences on top of RushDB.

Semantic Search in 5 Minutes

Create embedding indexes, wait for backfill, and run your first semantic search query in TypeScript, Python, or REST.

Using RushDB Agent Skills in OpenClaw

End-to-end guide — connect RushDB to OpenClaw, install the RushDB skills pack, and let your AI assistant query, store, and model structured data without writing a single line of code.