embeddings.index_vault
Chunk notes from an Obsidian vault and index them with embeddings in a local SQLite store for efficient retrieval.
Instructions
Chunk vault notes and persist optional embeddings to a local SQLite index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | ||
| maxNotes | No | ||
| chunkSize | No | ||
| chunkOverlap | No | ||
| forceReindex | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notesIndexed | Yes | ||
| chunksIndexed | Yes | ||
| skipped | Yes | ||
| provider | Yes | ||
| durationMs | Yes |