-
v0.1.0
Stablereleased this
2026-02-03 01:26:06 +00:00 | 66 commits to main since this releaseInitial release of Local API Docs Search CLI tool.
Features
- Semantic search using local embedding models
- Offline processing - no external API calls
- Support for OpenAPI/Swagger specs, Markdown READMEs, and code comments
- Interactive CLI mode with history and navigation
- Configurable via YAML or environment variables
Installation
pip install local-api-docs-searchQuick Start
- Index your docs:
api-docs index ./docs - Search:
api-docs search "how to authenticate" - Interactive mode:
api-docs interactive
Downloads