Directories
¶
| Path | Synopsis |
|---|---|
|
This file chunks shell scripts.
|
This file chunks shell scripts. |
|
Package embed generates sentence embeddings with a local ONNX model (arctic-embed-xs by default; see models.go for the registry).
|
Package embed generates sentence embeddings with a local ONNX model (arctic-embed-xs by default; see models.go for the registry). |
|
Package graph builds the document link graph from the stored link edges: it resolves each raw link target (a relative path or a wikilink) against the set of indexed files, then answers the questions worth asking of a docs tree — what's orphaned, what links are broken, what points at a given file.
|
Package graph builds the document link graph from the stored link edges: it resolves each raw link target (a relative path or a wikilink) against the set of indexed files, then answers the questions worth asking of a docs tree — what's orphaned, what links are broken, what points at a given file. |
|
Package index is the local index: a SQLite store of markdown files and their embedded chunks, plus the incremental (re)indexer that keeps it in sync with a directory tree.
|
Package index is the local index: a SQLite store of markdown files and their embedded chunks, plus the incremental (re)indexer that keeps it in sync with a directory tree. |
|
Package lint surfaces docs-hygiene issues the link graph proper doesn't.
|
Package lint surfaces docs-hygiene issues the link graph proper doesn't. |
|
Package search runs a semantic query against the index: embed the query, cosine-rank it against every stored chunk, and return the top matches.
|
Package search runs a semantic query against the index: embed the query, cosine-rank it against every stored chunk, and return the top matches. |
|
Package toc generates a committed "## Contents" table of contents for a markdown file from its heading tree.
|
Package toc generates a committed "## Contents" table of contents for a markdown file from its heading tree. |
Click to show internal directories.
Click to hide internal directories.