An open API service indexing awesome lists of open source software.

https://github.com/sungchun12/data-diff-chat

Chat with the `data-diff` codebase
https://github.com/sungchun12/data-diff-chat

Last synced: 8 months ago
JSON representation

Chat with the `data-diff` codebase

Awesome Lists containing this project

README

          

# data-diff-chat
Chat with the `data-diff` codebase

Purpose: Make it really easy to contribute to data-diff by chatting with the codebase via LLMs.

I'll make this in the form of a CLI tool to make it easy to chat anywhere I have a terminal open and this package is installed.

Tech Stack:

- python
- chromadb
- langchain
- openai
- typer

```shell
pip install --upgrade pip
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
source venv/bin/activate
```