Skip to content

Lyzr 0.1.26 release notes 14.03.2024

Compare
Choose a tag to compare
@gargimaheshwari gargimaheshwari released this 14 Mar 13:26
· 116 commits to main since this release
6d383e6

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 on how to use these capabilities.

Full Changelog: https://github.com/LyzrCore/lyzr/pull/17/commits