mindsdb
mindsdb copied to clipboard
Query Engine for AI - The only MCP Server you'll ever need
## Description This PR makes row count collection in the MySQL data catalog optional. Previously, meta_get_tables() always included TABLE_ROWS when fetching table metadata. In MySQL (especially with InnoDB), this value...
Releases 25.14.0
Fixes #11879 ## Description Refactors the Cassandra/Scylla/Datastax handlers to use the correct drivers and inheritance hierarchy, as proposed in the issue discussion. ## Changes - **Inverted Hierarchy**: `CassandraHandler` is now...
Fixes #12011 ## Description This PR addresses user confusion regarding the `ollama` integration documentation. Users reported that the examples using `ollama_engine` were inconsistent with the working behavior which expects `ollama`....
## Description This PR removes the unused/legacy tests from the repo.