github mindsdb/minds-platform v25.7.4.0

latest releases: v26.1.0, v26.1.0rc1, v26.0.1...
9 months ago

TL;DR

Changes to SQL

  • The Salesforce Data Catalog now only loads explicitly included tables which makes working with the catalog more efficient.
  • The PostgreSQL Data Catalog statistics have been enhanced.
  • PostgreSQL vector queries are now rendered with sqlalchemy to provide a more effective query implementation.

Changes to Integrations

  • Fix to staging integration tests now ensures more stable integrations.
  • Hubspot-api-client updated, improving the MindsDB-HubSpot integration.
  • The BigQuery connection method has been improved, ensuring a smoother connection experience.
  • Agent syntax and LittleLM handler have been updated for better user experience.
  • Outdated commands replaced improving the Agent's connection with API endpoints.

Changes to Knowledge Bases

  • Added a preprocessing field to the Knowledge Base Controller, making it easier to handle preprocessing tasks.
  • Enhanced Knowledge Base algebra by introducing the ability to concatenate AND values for content.
  • Provided updated documentation on models supported by Knowledge Bases and Data Ingestion diagram.
  • Implemented a Knowledge Base integration test in continuous integration, which validates the stability of the knowledge base throughout development.

Bug Fixes and Improvements

  • Agents can now run the Data Catalog loader due to a refactoring of the logic.
  • Fixed Truth Value Evaluation for NumPy Arrays that would previously result in errors.
  • Alpha blending has been added improving image data processing.
  • Logging for uvicorn servers has been configured to provide more detailed troubleshooting information.
  • Replacing deprecated utcfromtimestamp and psutil.Process().connections().
  • Fix for a partitioning bug that caused errors when the 'ProjectDataNode' object did not have the 'has_support_stream' attribute.
  • Jobs can now be returned with GET /tree and Agent's parameters can be redefined with query using for better manipulation of job queues.

Changes to Documentation

  • Added configuration documentation for a2a host.
  • Removed outdated reference to mdb.ai.
  • Updated REST API Endpoints for Agents, and refactored documentation for running the agents via REST API.
  • Added documentation updates to the to_markdown method, quickstart tutorial, and other Knowledge Base documentation.
  • Removed endpoints due to deprecation related to anyscale.

What's Changed

Full Changelog: v25.7.3.0...v25.7.4.0

Don't miss a new minds-platform release

NewReleases is sending notifications on new releases.