🚀 Evaluation pipeline + MS SQL Server support + Bug fixes
⚡️ This one's a big one! We got a lot of cool stuff. ⚡️
What's Changed
-
We added a new evaluation pipeline that can give us a score card when
evaluating Langgraph workflow changes to detect regressions/improvements in quality. -
We added support for MS SQL Server as requested by Erin! 🚀🚀 (This was challenging, SQL server contains strange nested schemas we've never heard of before!)
-
Crushed a bunch of bugs. Lots of them. SQLite bugs, error handling bugs,
connection setup bugs, you name it we crushed it.
Too short wanna read more? We got you:
- Fix headlessui upgrade (migrate to v2) by @anthony2261 in #258
- Fix migration dropped conversations by @anthony2261 in #259
- Bump Snowflake package to main version with sqlalchemy v2 support by @anthony2261 in #260
- Remove default pragma FK ON (nasty SQLite bug) for migrations by @anthony2261 in #261
- LLM workflow evaluation Pipeline by @anthony2261 @RamiAwar in #262
- feat: Added comparison script to eval workflow by @RamiAwar in #269
- Test eval pipeliine by @RamiAwar in #270
- Add comparison to evaluation pipeline by @RamiAwar in #271
- Add download links by @RamiAwar in #276
- Feat/add microsoft sql server support by @anthony2261 in #275
- Mssql improvements and readme instructions by @anthony2261 @RamiAwar in #277
Full Changelog: v1.0.10...v1.0.11