v2.0.8
sinaptik-ai/pandas-aiv2.0.8Mar 12, 2024by gventuri
AI Summary
This release introduces support for local LLMs compatible with the OpenAI API and fixes issues with LangChain LLM wrapping. It also adds support for AWS Bedrock Claude 3.
Key Highlights
- Support for local LLMs compatible with the OpenAI API
- Fix for wrapping LangChain LLMs correctly
- Add Bedrock Claude 3 support
New Features
- Local LLM support
- Bedrock Claude 3 support
Full Release Notes
## What's Changed * feat(llm): support local LLMs compatible with OpenAI API by @chengwaikoo in https://github.com/Sinaptik-AI/pandas-ai/pull/1019 * fix: wrap LangChain LLMs correctly by @chengwaikoo in https://github.com/Sinaptik-AI/pandas-ai/pull/1018 * docs(llm): support local LLMs compatible with OpenAI API by @chengwaikoo in https://github.com/Sinaptik-AI/pandas-ai/pull/1022 * feat: Add Bedrock Claude 3 support by @goriri in https://github.com/Sinaptik-AI/pandas-ai/pull/1021 **Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.0.7...v2.0.8