Releases: LyzrCore/lyzr
Releases · LyzrCore/lyzr
0.1.43
0.1.42
Changed llm sherpa base URL
Lyzr 0.1.41 release notes 10.06.2024
What's Changed
- Upgrade LiteLLM package version by @gargimaheshwari
Full Changelog: https://github.com/LyzrCore/lyzr/pull/45/commits
Lyzr 0.1.40 release notes 25.06.2024
What's Changed
Improvements and bug fixes in DataAnalyzr by @gargimaheshwari
- Add format for tasks - so that titles for tasks aren't shared.
- Improve insights prompt, do not strip external context
- Improve recommendations prompt, ensure that external context is added to it
- Bugfix - do not pass encoding explicitly when reading files.
- Use aenum for AnalysisTypes
- Speed improvement - Only generate training plan when needed, by passing generation function to ChromaDBVectorStore
Full Changelog: https://github.com/LyzrCore/lyzr/pull/44/commits
Lyzr 0.1.39 release notes 13.06.2024
What's Changed
Changes in DataAnalyzr by @gargimaheshwari
- Improved performance - increased automation, less than 1% error rate in query handling
- Increased consistency of outputs - introduced RAG in pythonic analysis and plotting
- Improved plotting for SQL dbs with use of connectors
- Improved logging - logging to csv files
- Improved handling of input params
Full Changelog: https://github.com/LyzrCore/lyzr/pull/43/commits
0.1.38
What's Changed
- Fixed system prompt in chatbot.
Lyzr 0.1.37 release notes 26.04.2024
What's Changed
- Don't convert text columns to numeric when plotting in DataAnalyzr by @gargimaheshwari in f849c59
Full Changelog: https://github.com/LyzrCore/lyzr/commits/main/
Introducing Generator and Summarizer
What's Changed
- refactor: ♻️ Changed parameter "style" to "Instructions" by @praveenlyzr in #41
Full Changelog: 0.1.35...0.1.36
Lyzr 0.1.35 release notes 19.04.2024
What's Changed
- Allow user to define LLMs for DataAnalyzr by @gargimaheshwari in #40
Full Changelog: https://github.com/LyzrCore/lyzr/pull/40/commits
Lyzr 0.1.34 release notes 18.04.2024
What's changed
Fix: staticmethod LyzrLLMFactory
and recommendations prompt by @gargimaheshwari