Adaptive Data Processing with Sparrow
The orignial License is GPL 3.0. This is a fork of the original project, which is available at Sparrow
- bug fixing
- using llama-index-core==0.10.23.post1 to avoid the unresolable import issue
- add error handling for the case of returned AI response misses the ending bracket
- formating with ruff
- install
pip install -r requirements-dev.txt
make format
orruff format
- install
- correcting typing hints