Skip to content

DepthIndex AIAgentic Documentation Intelligence

On-device AI search, self-documenting agent architecture, and reasoning engine for any documentation site.

DepthIndex Logo

What is DepthIndex?

DepthIndex is a production-grade, framework-agnostic documentation intelligence engine designed to transform standard documentation sites into AI-native experiences. Operating completely inside the user's browser, it combines BM25 keyword matching, sparse vector modeling, local ONNX classification, and WebLLM synthesis to answer queries at sub-50ms latency without data leaving the user's device.

Key Features

Quick Start

Get up and running with DepthIndex in 3 lines of code:

typescript
// .vitepress/config.ts
import { defineConfig } from 'vitepress'
import DepthIndex from 'vitepress-plugin-depthindex'

export default defineConfig({
  vite: { plugins: [DepthIndex()] }
})

Check the detailed setup instructions in the Quick Start Guide.

Released under the MIT License.