• v0.1.0 57e204fe44

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 3m46s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-03 01:26:06 +00:00 | 66 commits to main since this release

    Initial 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-search
    

    Quick Start

    1. Index your docs: api-docs index ./docs
    2. Search: api-docs search "how to authenticate"
    3. Interactive mode: api-docs interactive
    Downloads