• v1.0-alpha 2bd94d28ac

    bugzbunny released this 2025-04-16 18:01:54 -04:00 | 2 commits to main since this release

    Hey fellow devs! I'm excited to share my first public release of scripts to interact with the LanceDB Python bindings.

    What are these scripts?

    • One script to ingest your code into LanceDB, making it easily searchable and queryable by Large Language Models (LLMs).
    • Another script that provides an HTTP context provider, allowing LLMs to interact with your codebase in real-time.

    Here's what you can expect from this alpha release:

    • 🔍 Ingest code into LanceDB with a single command
    • 🤖 Use the HTTP context provider to enable LLM interaction
    • ⚙️ Configurable through a simple config.ini file

    For instructions on how to get started, please refer to the README.md file. I'd love your feedback and testing help - your input will be invaluable in shaping these scripts.

    Get started by running the ingest script and checking out the HTTP context provider documentation. Thanks

    Downloads