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
- Host: GitHub
- URL: https://github.com/sungchun12/data-diff-chat
- Owner: sungchun12
- License: apache-2.0
- Created: 2023-10-02T21:16:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T22:37:03.000Z (about 2 years ago)
- Last Synced: 2025-01-08T17:22:14.846Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-diff-chat
Chat with the `data-diff` codebasePurpose: 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
```