v2.3.0

sinaptik-ai/pandas-aiv2.3.0Oct 16, 2024by gventuri

AI Summary

Major release fixing Azure OpenAI backend, removing a property causing recursion depth errors, and adding support for Milvus vector store and AWS Bedrock tutorials.

Key Highlights

  • Fix Azure OpenAI LLM backend
  • Remove _core property on SmartDataframe that causes maximum recursion depth exceeded
  • Add AWS Bedrock tutorial to the examples
  • Add Milvus as a choice of vectorstore
  • Fix malicious code scan bug

Breaking Changes

  • Removed _core property on SmartDataframe

New Features

  • AWS Bedrock tutorial
  • Milvus vectorstore support

Full Release Notes

## What's Changed
* Fix Azure OpenAI LLM backend by @ak11234 in https://github.com/Sinaptik-AI/pandas-ai/pull/1364
* docs: add AWS Bedrock tutorial to the example by @dimwael in https://github.com/Sinaptik-AI/pandas-ai/pull/1350
* Added export const dynamic='force-dynamic'; by @khoonie in https://github.com/Sinaptik-AI/pandas-ai/pull/1303
* Removed _core property on SmartDataframe that causes maximum recursion depth exceeded by @andeplane in https://github.com/Sinaptik-AI/pandas-ai/pull/1388
* Fix making requests during the next.js build process by @xyb in https://github.com/Sinaptik-AI/pandas-ai/pull/1382
* Fix server Dockerfile by @xyb in https://github.com/Sinaptik-AI/pandas-ai/pull/1381
* Update custom-whitelisted-dependencies.mdx by @pesmeriz in https://github.com/Sinaptik-AI/pandas-ai/pull/1366
* fix bug in malicious code scan by @shoebham in https://github.com/Sinaptik-AI/pandas-ai/pull/1341
* Fix/support chinese in prompt generation by @cFireworks in https://github.com/Sinaptik-AI/pandas-ai/pull/1317
* Adding Milvus as a choice of vectorstore. by @ericljx2020-gmail in https://github.com/Sinaptik-AI/pandas-ai/pull/1389

## New Contributors
* @ak11234 made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1364
* @dimwael made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1350
* @khoonie made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1303
* @andeplane made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1388
* @xyb made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1382
* @pesmeriz made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1366
* @shoebham made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1341
* @ericljx2020-gmail made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1389

**Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.2.15...v2.3.0