Releases: LeoRigasaki/InSightAI
Releases · LeoRigasaki/InSightAI
InsightAI v0.5.1 - Smart API Key Management + Dependency Fixes
🎉 InsightAI v0.5.1
✨ Major Features
- Dynamic API Key Management - Only requires API keys for providers you actually use
- Flexible Provider Support - Mix and match OpenAI, Groq, and Gemini models freely
- Cost Optimization - Reduced overhead by eliminating unused API dependencies
🐛 Bug Fixes
- Added missing dependencies: IPython, seaborn, scikit-learn, pyyaml
- Fixed import errors during package installation
- Resolved ModuleNotFoundError issues
📦 Installation
pip install --upgrade insightai==0.5.1v0.2.0
Added the Research reporting agent which allows the user to get the detailed markdown report with embedded visualizations as shown in the data_report_xxxxxxxx.md.
v0.1.1
Add GitHub Actions workflow for building, publishing, and testing Pyt…