What's New
DataAnalyzr
- Users can now choose to do no analysis, simply getting insights, recommendations and tasks on the input data
- The SDK now takes multiple datasets as input (multiple files, multiple pandas dataframes, or a database with multiple tables)
- New analysis option: SQL analysis (in addition to no analysis and the earlier ML analysis) powered by RAG
- Connect to Redshift, Postgres, or a local SQLite database
- Ask questions - LLM queries this database to answer
- SQL analysis with csv, excel files - SDK automatically creates a local sqlite database
- The SDK creates a vector database for use in RAG
See the [docs for details](https://docs.lyzr.ai/lyzr-sdk/opensource/data-analyzr/) on how to use these capabilities.
**Full Changelog**: https://github.com/LyzrCore/lyzr/pull/17/commits