Guides

Practical guides

Short, task-oriented paths through the product. Use these when you want to do something specific, not read the whole manual.

First ingest (any platform)

After you launch Librarian or have a database path ready, ingest something you own:

# Markdown / docs tree
./ingestcli -db ./implcache.db -mode markdown -root my-docs -path /path/to/docs

# Application or SDK source tree
./ingestcli -db ./implcache.db -mode project -root my-app -path /path/to/src

On Windows packages, use ingestcli.exe and PowerShell paths instead. Prefer clear root names—agents will see them when a query needs a corpus choice.

Suggested learning path

  1. What is ImplCache
  2. Try it in 60 seconds on the product page
  3. Cursor MCP server
  4. Implementation context
  5. ImplCache vs RAG if you are evaluating architecture choices

Need the exhaustive operator manuals? Start at the docs hub or the Users Manual.

Ready to try it? Packages ship for Windows, Linux, and Jetson.

Run locally GitHub