sungchun12 / data-diff-chat

Chat with the `data-diff` codebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
pip install --upgrade pip
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
source venv/bin/activate

About

Chat with the `data-diff` codebase

License:Apache License 2.0


Languages

Language:Python 100.0%