Get the latest tech news
Show HN: Repo2vec – an open-source library for chatting with any codebase
Chat with your codebase with 2 commands. Contribute to Storia-AI/repo2vec development by creating an account on GitHub.
TL;DR: repo2vec is a simple-to-use, modular library enabling you to chat with any public or private codebase. This will index your entire codebase in a vector DB, then bring up a gradio app where you can ask questions about it. We built the code purposefully modular so that you can plug in your desired embeddings, LLM and vector stores providers by simply implementing the relevant abstract classes.
Or read this on Hacker News