Skip to content

Releases: LeoRigasaki/InSightAI

InsightAI v0.5.1 - Smart API Key Management + Dependency Fixes

26 Jun 14:25

Choose a tag to compare

🎉 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.1

v0.2.0

28 Mar 05:04

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

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

24 Jan 14:08

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
Add GitHub Actions workflow for building, publishing, and testing Pyt…