v2.2.15

sinaptik-ai/pandas-aiv2.2.15Sep 25, 2024by ArslanSaleem

AI Summary

Improves query safety using regex for keyword detection and adds integration for LanceDB.

Key Highlights

  • Improve query safety using regex for keyword detection
  • Fix exclude benign phrases from malicious keyword detection
  • Add LanceDB Integration
  • Fix Qdrant query handling if no doc or qa is added

New Features

  • LanceDB Integration

Full Release Notes

## What's Changed
* Improve query safety by using regex for keyword detection and fix exclude benign phrases from malicious keyword detection (e.g. "through osmosis") by @N1ghtmarecus in https://github.com/Sinaptik-AI/pandas-ai/pull/1306
* LanceDB Integration by @PrashantDixit0 in https://github.com/Sinaptik-AI/pandas-ai/pull/1319
* fix: skill name is not defined by @WojtAcht in https://github.com/Sinaptik-AI/pandas-ai/pull/1295
* fix(spellCheck): allow keyword for this case by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1346
* fix(Qdrant): handle queries if no doc or qa added by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1376

## New Contributors
* @N1ghtmarecus made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1306
* @PrashantDixit0 made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1319
* @WojtAcht made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1295

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