TL;DR
This update includes important enhancements, bug fixes, and documentation updates.
Enhancements
- Sparse Retrieval support has now been introduced with Hybrid Search.
- Added Reserved Keywords feature to SqlalchemyRender.
- Schemas can now be used in agent's tales limitations.
- Pinecone Integration has been refactored based on SDK updates.
- The RAG reranker has been enhanced with async support and error handling.
Fixes
- A bug affecting the asof join render has now been fixed.
- The sort direction issue has been resolved.
- Use of Triggers through Slack Integration has been fixed.
- Several integration tests that were previously broken have been fixed.
- An issue causing an error when creating a CHATBOT has been resolved.
- An issue relating to the formation of SQL formulation was addressed.
- Updates have been made for the new chromadb version and model with partition_size setting.
- An issue with outlook.com usage in Portkey documentation was fixed.
Documentation
- MongoDB connection parameters in the documentation have been updated.
- Updates have been made to the others parts of documentation as well, including join-on updates and data overview logo.
- Real-time Chat-bots (Slack) with Handler Memory has been enabled.
- Documentation has been updated for working configurations with JIRA Cloud.
Others
- New dispatch-and-wait workflow is now in use.
- Auto-reload is now default for devel container.
- Duplicated project name creation is now prevented.
- Langfuse Client has been refactored and caught HTTP API errors are now logged.
What's Changed
- Support Sparse Retrieval With Hybrid Search by @tmichaeldb in #10365
- Render asof join render by standard render by @ea-rus in #10366
- Added Reserved Keywords to SqlalchemyRender by @MinuraPunchihewa in #10361
- HOTFIX: fixing sort direction by @fshabashev in #10369
- Allow to use schemas in agent's tales limitations by @StpMax in #10194
- Fixed Use of Triggers via the Slack Integration by @MinuraPunchihewa in #10353
- Refactored Pinecone Integration Based on Updates Made to the SDK by @MinuraPunchihewa in #10338
- docs - mongodb connection params updated by @martyna-mindsdb in #10377
- docs: join-on updates by @martyna-mindsdb in #10375
- Fixed Several Broken Integration Tests by @MinuraPunchihewa in #10372
- Enhance RAG reranker with async support and error handling by @dusvyat in #10376
- docs - data overview logo by @martyna-mindsdb in #10380
- Use new dispatch-and-wait workflow by @hamishfagg in #10374
- fix "Nonetype has no attribute model_name" error when CREATE CHATBOT by @hamishfagg in #10382
- Run auto-reload on devel container by default. by @hamishfagg in #10384
- Enabled Real-time Chat-bots (Slack) with Handler Memory by @MinuraPunchihewa in #10286
- Prevent creating duplicated project names by @ea-rus in #10332
- added gaurdrail SQL checking to sql re-formulation. by @QuantumPlumber in #10387
- Refactor Langfuse Client by @lucas-koontz in #10262
- Add error logs for caught http api errors by @hamishfagg in #10383
- Fixes for updated chromadb version by @ea-rus in #10367
- KB, allow to use model with partition_size setting by @ea-rus in #10326
- Fixed outlook.com and added Usage section to Portkey documentation by @abhirajadhikary06 in #10331
- Got it working with JIRA Cloud and added a sample config with the README by @jbrass in #10355
New Contributors
- @abhirajadhikary06 made their first contribution in #10331
- @jbrass made their first contribution in #10355
Full Changelog: v25.1.3.0...v25.1.4.0