Skip to content

v25.4.3.0

Choose a tag to compare

@ZoranPandovski ZoranPandovski released this 15 Apr 12:02
· 1368 commits to main since this release
a4a42ef

TL;DR

Changes to SQL

  • Document chunk handling has been improved, allowing for smoother data processing.
  • Fixed use of caching in SQL Agent with Amazon S3 for optimized caching operations.
  • Disabled the default project from getting dropped, ensuring important data isn't lost by mistake.
  • Introduced a default LIMIT of 10 and a maximum LIMIT of 100 in WHERE clauses, improving query efficiency.
  • The 'reranking_threshold' has been renamed to 'relevance_threshold' for improved clarity and ease of understanding.

Changes to Integrations

  • Updated the AWS metadata method for better performance with AWS pipelines.
  • Improved querying of embeddings from chromadb, offering more effective database interactions.
  • Fixed the update of Knowledge Bases by chunk_id, allowing for efficient data updates.

Changes to Knowledge Bases

  • Knowledge Base documentation has been updated, offering improved clarity and more detailed guidance.
  • Unit test handlers have been improved, making it easier to carry out testing and identify issues more quickly.
  • Query partitioning now uses ThreadPoolExecutor, resulting in better use of system resources.
  • A default limit in Knowledge Base controller has been introduced to enhance the performance of Knowledge Base operations.

Changes to Documentation

  • Updated documentation to include details for JSON file, offering users more comprehensive information.

Bug Fixes and Improvements

  • The 'reranking_threshold' default has been changed to 0, offering optimized performance in scenarios where reranking isn't required.

What's Changed

Full Changelog: v25.4.2.1...v25.4.3.0