Commit ce49d64
Merge mindsdb/engine into fork (catch-up, 26.0.1 → 26.2.0) (#83)
* Rearange imports
* Update imports
* Dont show schema for hubpspot as it causes issues with minds
* Fix the join statements
* Remove prints, add meta foreign keys for the association tables
* prevent duplicated columns in view
* Revert back the schema name
* docs homepage
* fix
* Ability for data handlers to stream data (mindsdb#12018)
* draft homepage
* Faiss ivf file (mindsdb#12162)
* Fix for queries to API handler with `IN` filter (mindsdb#12226)
* Use `uv` as a fallback if `pip` is not found when installing a handler's dependencies (mindsdb#12234)
* mintlify update (mindsdb#12275)
* updates
* Fix multijoin to return message for using association tables
* Working code, tests need to be updated
* Test fixes
* fix: Optimize get_integration by fetching directly from DB (mindsdb#11973)
* Revert "fix: Optimize get_integration" (mindsdb#12280)
* fix: Optimize get_integration by fetching directly from DB (mindsdb#11973) (mindsdb#12281)
Co-authored-by: SyedaAnshrahGillani <syedaanshrah16@gmail.com>
* Ruff format
* Ruff format
* review fixes
* FQE fixes for agent (mindsdb#12263)
* Add more supported handlers
* Fix the check for community handlers
* Clean up blank lines in mindsdb.Dockerfile
Removed unnecessary blank lines in Dockerfile.
* Support additional gitlab configurations (mindsdb#11741)
* Update gitlab handler readme (mindsdb#12285)
* Fix tests
* Add ClickHouse data catalog (mindsdb#11858)
* Fix HubSpot handler readme (mindsdb#12287)
* Remove print statments
* Remove index.json caching as not needed
* feat: Add Raindrop.io integration handler w/ full CRUD support & complete test coverage (mindsdb#11300)
* Ruff
* Add Denodo integration handler (mindsdb#10432)
* Fix hubspot readme 2 (mindsdb#12289)
* added motherduck support in duckDB (mindsdb#10385)
Co-authored-by: Michael Olayemi Olawepo <154475559+sejubar@users.noreply.github.com>
Co-authored-by: andrew <elkin.andr@gmail.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com>
Co-authored-by: Konstantin Sivakov <konstantin.sivakov@gmail.com>
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
Co-authored-by: Sebastián Tobón Hernández <setohe.09@gmail.com>
* Support of xls files (mindsdb#12282)
* Fix integration page issues
* Fix wrong JSON exception type in Postgres subscribe path (mindsdb#12254)
* Fix MySQL get_columns schema scoping (mindsdb#12260)
* Fix MariaDB test (mindsdb#12305)
* Fix malformed BigQuery PK metadata SQL (mindsdb#12252)
* FAISS: Support several vector tables (mindsdb#12246)
* Fix BigQuery empty SELECT response typing (mindsdb#12258)
* Bump python-multipart from 0.0.20 to 0.0.22 in /requirements (mindsdb#12153)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix MSSQL check_connection exception handling (mindsdb#12261)
* Fix Snowflake FK metadata parent/child direction (mindsdb#12255)
* Fix Databricks get_tables non-table response handling (mindsdb#12259)
* Fix Databricks empty SELECT response type (mindsdb#12257)
* ruff databricks handler (mindsdb#12311)
* [Snyk] Security upgrade protobuf from 4.24.4 to 6.33.5 (mindsdb#12186)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Max Stepanov <stpmax@yandex.ru>
* [Snyk] Security upgrade protobuf from 4.24.4 to 6.33.5 (mindsdb#12183)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* [Snyk] Security upgrade protobuf from 4.24.4 to 6.33.5 (mindsdb#12181)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Bump orjson from 3.11.3 to 3.11.6 in /requirements (mindsdb#12288)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump socket.io-parser from 4.2.5 to 4.2.6 in /docs (mindsdb#12302)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump picomatch in /docs
Bumps and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together.
Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 4.0.4
dependency-type: indirect
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update Elasticsearch handler: fix array support, add Data Catalog, and add to CI
- Fix array field handling (convert to JSON strings)
- Add Data Catalog support (get_column_statistics, get_primary_keys, get_foreign_keys)
- Standardize documentation format
- Add elasticsearch to tests_unit.yml HANDLERS_TO_INSTALL for CI testing
Addresses maintainer feedback on PR mindsdb#11552
* Bump pyjwt from 2.10.1 to 2.12.0 in /requirements (mindsdb#12293)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump nltk from 3.9.1 to 3.9.3 in /mindsdb/integrations/handlers/huggingface_handler (mindsdb#12276)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump basic-ftp from 5.1.0 to 5.2.0 in /docs (mindsdb#12247)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump protobuf from 4.25.8 to 5.29.6 in /mindsdb/integrations/handlers/lindorm_handler (mindsdb#12201)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ajv from 8.17.1 to 8.18.0 in /docs (mindsdb#12240)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix BigQuery test (mindsdb#12313)
* Fix Postgres column stats UnboundLocalError on errors (mindsdb#12253)
* Fix DataBricks handler test (mindsdb#12315)
* fix
* Update strapi handler to support v5 (mindsdb#11862)
Co-authored-by: Michael Olayemi Olawepo <154475559+sejubar@users.noreply.github.com>
Co-authored-by: andrew <elkin.andr@gmail.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com>
Co-authored-by: Konstantin Sivakov <konstantin.sivakov@gmail.com>
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
Co-authored-by: Sebastián Tobón Hernández <setohe.09@gmail.com>
* Rename icons for better naming consistency. (mindsdb#12316)
* chore: remove elasticsearch from HANDLERS_TO_INSTALL in unit test workflow
* Bump werkzeug from 3.0.6 to 3.1.6 in /requirements (mindsdb#12244)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Del unused callbacks (mindsdb#12314)
* Fix snowflake error message (mindsdb#12312)
* Fix upload xlsx files (mindsdb#12306)
* Faiss in CI and default vector db (mindsdb#12265)
* fix: correct isinstance check for redirect_url in database endpoints (mindsdb#12279)
Signed-off-by: JiangNan <1394485448@qq.com>
* Remove litellm from CI (mindsdb#12325)
* Check agent parameters (mindsdb#12291)
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
* MCP server update (mindsdb#12274)
* Added CLA signers from the CLa branch
* Fix SQLQuery on_error step number handling (mindsdb#12331)
* Add hubpost oauth connection helper
* Update the oauth flow
* Update the authentication code flow
* Improve the oauth handling
* Fix: `check_connection` and enhance the authorization URL (mindsdb#12298)
* FQE-2165 - Add an endpoint for extracting default vector stores (mindsdb#12283)
* feat: Show all schemas by default in database tree view (mindsdb#11234)
* Bump flask from 3.0.3 to 3.1.3 in /requirements (mindsdb#12238)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Stepanov <stpmax@yandex.ru>
* Docs - BYOM fix predict example (mindsdb#12033)
Co-authored-by: Michael Olayemi Olawepo <154475559+sejubar@users.noreply.github.com>
Co-authored-by: andrew <elkin.andr@gmail.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com>
Co-authored-by: Konstantin Sivakov <konstantin.sivakov@gmail.com>
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
Co-authored-by: Sebastián Tobón Hernández <setohe.09@gmail.com>
* KB unit tests (mindsdb#12321)
* ruff
* feat(ollama): add support for temperature parameter (mindsdb#12114)
Co-authored-by: Andrey <elkin.andr@gmail.com>
* Feature - Freshdesk Integration (mindsdb#11683)
Co-authored-by: Andrey <elkin.andr@gmail.com>
* ruff
* import checks
* import checks
* Fix: Create Knowledge base without explicitly providing provider configs is successful for non-openAI scenarios (mindsdb#11975)
Co-authored-by: Michael Olayemi Olawepo <154475559+sejubar@users.noreply.github.com>
Co-authored-by: andrew <elkin.andr@gmail.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com>
Co-authored-by: Konstantin Sivakov <konstantin.sivakov@gmail.com>
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
Co-authored-by: Sebastián Tobón Hernández <setohe.09@gmail.com>
* Fix boot error messages (mindsdb#11626)
Co-authored-by: Zoran Pandovski <zoran.pandovski@gmail.com>
Co-authored-by: Michael Olayemi Olawepo <154475559+sejubar@users.noreply.github.com>
Co-authored-by: andrew <elkin.andr@gmail.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com>
Co-authored-by: Konstantin Sivakov <konstantin.sivakov@gmail.com>
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
Co-authored-by: Sebastián Tobón Hernández <setohe.09@gmail.com>
* Change trigger branch from 'develop' to 'main' (mindsdb#12131)
Co-authored-by: Hamish Fagg <ivdata+github@ivdata.net>
* Fix OpenBB command execution by removing eval (mindsdb#12290)
* Bump requests from 2.32.4 to 2.33.0 in /requirements (mindsdb#12332)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Stepanov <stpmax@yandex.ru>
* Bump yaml from 2.8.2 to 2.8.3 in /docs (mindsdb#12335)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump brace-expansion from 1.1.12 to 1.1.13 in /docs (mindsdb#12342)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Lucas Koontz <lucas.emanuel.koontz@gmail.com>
Co-authored-by: Hamish Fagg <ivdata+github@ivdata.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: initialize missing address attribute in HanaHandler (mindsdb#12328)
* Add bearer token auth support to Confluence handler (mindsdb#12327)
* Fix formatting (mindsdb#12344)
* Fix TaskThread crash on missing task record (mindsdb#12262)
* del useless test
* updates
* updates
* Add healthcheck to container (mindsdb#11981)
Co-authored-by: Lucas Koontz <lucas.emanuel.koontz@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* security(utilities): harden path traversal validation in safe_extract
Replaced the flawed os.path.commonprefix check with a robust
os.path.relpath validation in __is_within_directory. The previous
implementation was susceptible to bypasses where a target path
started with the same prefix as the directory (e.g., /app/data
and /app/data-secret).
Added more descriptive error messages to safe_extract to provide
better context when a traversal attempt is detected.
* Fix static errors (mindsdb#12349)
Co-authored-by: Sriram-B-Srivatsa <144884365+Sriram-B-Srivatsa@users.noreply.github.com>
* Fix subquery references (mindsdb#12337)
* feat: add AG2 multi-agent handler
Add a new ML handler for AG2 (formerly AutoGen), an open-source multi-agent
framework, enabling users to create and query multi-agent teams via SQL.
Supports single-agent and GroupChat modes with configurable agents,
speaker selection, and max rounds.
* fixing docs homepage
* docs homepage redirect
* add ag2 to check_requiremetns
* Fix comparasion logic
* Add test for association tables comparation
* Fix tests
* Ruff
* Ruff
* Ruff ruff
* Ruffff
* Fixes from PR review
* Fixes from PR review
* Ruff
* FAISS: mixed search optimization (mindsdb#12336)
* Fix security issues in deps (mindsdb#12334)
Co-authored-by: Lucas Koontz <lucas.emanuel.koontz@gmail.com>
* docs: fix Ollama engine name from ollama_engine to ollama (mindsdb#12362)
* Fix: get all KBs when check existence (mindsdb#12357)
* Bump mintlify (mindsdb#12368)
* docs homepage fix (mindsdb#12370)
* docs: fix CREATE MODEL/PREDICTOR typo on model creation page (mindsdb#12361)
* Azure provider fixes (mindsdb#12343)
* Cleanup rag (mindsdb#12345)
* Deleted unlinked assets and ts model from doc (mindsdb#12350)
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
* Ruff
* Use github fet tree api
* Remove unused import
* remove unused imports
* Ruff
* Move community handler tests into different folder
* Ruff
* Bump basic-ftp from 5.2.0 to 5.2.2 in /docs (mindsdb#12373)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* edited the INSERT query in the Usage section of Instatus documentation (mindsdb#12319)
* Big query new params (mindsdb#12266)
* Remove community handlers from tests
* Ruff
* Add additional checks and skip if the folder name is not fetched
* Ruff
* Fix test for windows
* Applies security updates to Dockerfile base image (mindsdb#12381)
* Litellm replace in knowledge base (mindsdb#12354)
* Download only selected handler
* Ruff
* Faiss doc (mindsdb#12346)
Co-authored-by: Lucas Koontz <lucas.emanuel.koontz@gmail.com>
* Test artifacts (mindsdb#12245)
* Fqe 1952 (mindsdb#12384)
* Remove litellm, and move others to community handlers
* Move rayserve handler
* Update README with MindsDB product details (mindsdb#12382)
* Make byom test to check for community handlers flag
* Fix failig test
* Bump follow-redirects from 1.15.11 to 1.16.0 in /docs
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump python-multipart from 0.0.20 to 0.0.26 in /requirements
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.26.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.20...0.0.26)
---
updated-dependencies:
- dependency-name: python-multipart
dependency-version: 0.0.26
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Cleanup tests from other PRs
* Bump filelock from 3.18.0 to 3.20.3 in /requirements (mindsdb#12093)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump basic-ftp from 5.2.0 to 5.3.0 in /docs (mindsdb#12393)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Torres <jorge.torres.maldonado@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Stepanov <stpmax@yandex.ru>
* ruff
* More secure file extraction (mindsdb#12394)
* bump version to 26.1.0rc1
* Cleanup docker bake (mindsdb#12395)
* fix mcp oauth in docker (mindsdb#12397)
* bump version to v26.1.0
* del debug message
* fix
* fix
* Release 26.2.0 (mindsdb#12402)
Co-authored-by: Lucas Koontz <lucas.emanuel.koontz@gmail.com>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com>
Co-authored-by: Jorge Torres <jorge.torres.maldonado@gmail.com>
Co-authored-by: Konstantin Sivakov <konstantin.sivakov@gmail.com>
Co-authored-by: Zoran Pandovski <zoran.pandovski@gmail.com>
* Fixes missing permissions in staging workflow (mindsdb#12418)
* Update README.md (mindsdb#12423)
* updating homepage anton link (mindsdb#12422)
* new docs
* webpage
* cleaner version
* better structure in docs
* Update documentation link to new URL
* Add Google site verification meta tag
* Revamp README and docs for the Query Engine era
- Rewrite README as a developer-first intro to the Query Engine:
technical How-it-works with architecture diagram, zero-to-semantic-
search SQL walkthrough aligned with the new docs syntax, and links
migrated from mindsdb.com/docs.mindsdb.com to mindshub.ai and
mindsdb.github.io/engine
- Position the engine as a standalone open-source project that
optionally pairs with MindsHub agents
- Remove outdated content: header image, demo gif, DeepWiki badge,
tutorials, Slack links, contributor rewards, contributors graph,
agents examples
- docs: drop the MindsDB Cloud setup section, sharpen the page title,
add SEO meta (description, canonical, robots, Open Graph, Twitter
card, JSON-LD) and a 1200x630 og-image.png
- Update CONTRIBUTING.md and issue-template contact link to Discord
and the engine repo; delete the ended integrations-contest template
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Center align title and fix closing div in README
Added a center alignment to the title and adjusted the closing div tag.
* Update hero title in index.html
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: JiangNan <1394485448@qq.com>
Co-authored-by: Konstantin Sivakov <konstantin.sivakov@gmail.com>
Co-authored-by: andrew <elkin.andr@gmail.com>
Co-authored-by: martyna-mindsdb <martyna@mindsdb.com>
Co-authored-by: Max Stepanov <stpmax@yandex.ru>
Co-authored-by: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com>
Co-authored-by: SyedaAnshrahGillani <syedaanshrah16@gmail.com>
Co-authored-by: Lucas Koontz <lucas.emanuel.koontz@gmail.com>
Co-authored-by: Vignesh S.M <90998381+vigbav36@users.noreply.github.com>
Co-authored-by: Hamoon Mohammadian Pour <asreiranweb@gmail.com>
Co-authored-by: Lukas Wolfsteiner <lukas@wolfsteiner.media>
Co-authored-by: RITWICK RAJ MAKHAL <ritwickrajmakhal11@gmail.com>
Co-authored-by: Parthiv Makwana <75653580+parthiv11@users.noreply.github.com>
Co-authored-by: Michael Olayemi Olawepo <154475559+sejubar@users.noreply.github.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com>
Co-authored-by: Sebastián Tobón Hernández <setohe.09@gmail.com>
Co-authored-by: ianu82 <86010258+ianu82@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Farley Farley (yes, really) <farley@neonsurge.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Richard Okonicha <richardokonicha@gmail.com>
Co-authored-by: jnMetaCode <1394485448@qq.com>
Co-authored-by: Gable <gable@mindsdb.com>
Co-authored-by: Kan Lu <54055907+buallen@users.noreply.github.com>
Co-authored-by: Raahim Lone <raahimlone@gmail.com>
Co-authored-by: Sriram-B-Srivatsa <144884365+Sriram-B-Srivatsa@users.noreply.github.com>
Co-authored-by: neversettle <41864816+neversettle17-101@users.noreply.github.com>
Co-authored-by: Jorge Torres <jorge.torres.maldonado@gmail.com>
Co-authored-by: Zoran Pandovski <zoran.pandovski@gmail.com>
Co-authored-by: Hamish Fagg <ivdata+github@ivdata.net>
Co-authored-by: MirzaSamadAhmedBaig <89132160+Mirza-Samad-Ahmed-Baig@users.noreply.github.com>
Co-authored-by: Krishna Chaitanya <krishnabkc15@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Syeda Anshrah Gillani <Gillani@cloudment.io>
Co-authored-by: Faridun Mirzoev <faridun@ag2.ai>
Co-authored-by: Alejandro Cantu <alecantu7@gmail.com>
Co-authored-by: Vishal Kumar Singh <vishal.kr.singh2021@gmail.com>
Co-authored-by: Chizaram Patience <cheezy.ep@gmail.com>
Co-authored-by: Costa Tin <12409467+C0staTin@users.noreply.github.com>
Co-authored-by: Costa Tin <kostyakhr@hotmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent f1489dd commit ce49d64
2,536 files changed
Lines changed: 19665 additions & 104225 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- assets/contributions-agreement/signatures
- docker
- docs 2
- assets
- cloud
- docker/docker_desktop
- files
- integrations
- mindsdb_gui_editor
- minds
- sql
- tutorials
- customer_churn
- tutorials
- crops
- llm-chatbot-ui
- monkeylearn
- twitter_chatbot
- use_cases
- contribute
- data_catalog
- integrations
- faqs
- features
- integrations
- ai-engines
- app-integrations
- data-integrations
- files
- vector-db-integrations
- logo
- mindsdb_sql
- agents
- connect
- functions
- knowledge_bases
- sql_support
- sql
- api
- create
- drop
- use
- minds
- python_sdk
- rest_api
- model-context-protocol
- rest
- agents
- databases
- files
- jobs
- knowledge_bases
- ml_engines
- models
- projects
- tables
- views
- sdks
- javascript
- python
- knowledge_bases
- setup
- cloud
- self-hosted
- pip
- sitemaps
- sql
- tutorials
- images/sentiment-analysis-on-french-tweets
- use-cases
- ai-powered_data_retrieval
- ai_agents
- ai_workflow_automation
- automated_finetuning
- data_enrichment
- in-database_ml
- mcp_api
- predictive_analytics
- docs
- assets
- cloud
- databases
- mongodb
- data
- icons
- info
- mindsdb_gui_editor
- predictors
- mongo
- report_issues
- sql
- tutorials
- Mushrooms
- bodyfat
- crop-prediction
- customer_churn
- heart-disease
- insurance-cost-prediction
- insurance-cost
- process-quality
- snowflake-superset
- tutorials
- aitables-clickhouse
- aitables-mariadb
- aitables-mssql
- aitables-mysql
- aitables-postgresql
- crops
- diabetes
- pg4admin
- llamaindex
- monkeylearn
- twitter_chatbot
- integrations
- ai-engines
- app-integrations
- model-context-protocol
- use-cases
- in-database_ml
- predictive_analytics
- mindsdb
- api
- a2a
- common
- executor
- data_types
- datahub
- classes
- datanodes
- planner
- sql_query
- steps
- utilities
- http
- namespaces
- configs
- mcp
- prompts
- resources
- tools
- mysql/mysql_proxy
- executor
- utilities
- integrations
- handlers
- access_handler
- aerospike_handler
- tests
- airtable_handler
- tests
- altibase_handler
- tests
- anthropic_handler
- tests
- apache_doris_handler
- aqicn_handler
- athena_handler
- tests
- aurora_handler
- tests
- azure_blob_handler
- bigcommerce_handler
- tests
- bigquery_handler
- binance_handler
- byom_handler
- cassandra_handler
- tests
- chromadb_handler
- tests
- ckan_handler
- tests
- clickhouse_handler
- tests
- cloud_spanner_handler
- tests
- cloud_sql_handler
- tests
- cockroach_handler
- tests
- coinbase_handler
- confluence_handler
- couchbase_handler
- tests
- couchbasevector_handler
- tests
- crate_handler
- tests
- d0lt_handler
- tests
- databend_handler
- tests
- databricks_handler
- datastax_handler
- tests
- db2_handler
- tests
- derby_handler
- tests
- discord_handler
- tests
- dockerhub_handler
- documentdb_handler
- dremio_handler
- tests
- dropbox_handler
- tests
- druid_handler
- tests
- duckdb_faiss_handler
- duckdb_handler
- dummy_data_handler
- dynamodb_handler
- tests
- edgelessdb_handler
- tests
- elasticsearch_handler
- tests
- email_handler/tests
- empress_handler
- tests
- eventbrite_handler
- eventstoredb_handler
- utils
- faunadb_handler
- tests
- file_handler
- financial_modeling_prep_handler
- tests
- firebird_handler
- tests
- frappe_handler
- gcs_handler
- gitlab_handler
- gong_handler
- google_books_handler
- tests
- google_content_shopping_handler
- tests
- google_fit_handler
- google_gemini_handler
- greptimedb_handler
- hackernews_handler
- hana_handler
- tests
- hive_handler
- tests
- hsqldb_handler
- hubspot_handler
- tests
- huggingface_api_handler/tests
- huggingface_handler
- tests
- ibm_cos_handler
- tests
- ignite_handler
- tests
- impala_handler
- tests
- influxdb_handler
- informix_handler
- tests
- ingres_handler
- tests
- instatus_handler
- intercom_handler
- jira_handler
- kinetica_handler
- lancedb_handler
- tests
- libsql_handler
- tests
- lightdash_handler
- tests
- lindorm_handler
- tests
- luma_handler
- mariadb_handler/tests
- materialize_handler
- tests
- matrixone_handler
- tests
- maxdb_handler
- tests
- mediawiki_handler
- mendeley_handler
- tests
- milvus_handler
- tests
- mlflow_handler
- tests
- monetdb_handler
- tests
- utils
- mongodb_handler
- tests
- utils
- ms_teams_handler
- mssql_handler
- mysql_handler
- netsuite_handler
- newsapi_handler
- tests
- notion_handler
- tests
- npm_handler
- tests
- nuo_jdbc_handler
- tests
- oceanbase_handler
- tests
- oilpriceapi_handler
- ollama_handler
- tests
- openai_handler
- openbb_handler
- opengauss_handler
- tests
- openstreetmap_handler
- tests
- oracle_handler
- orioledb_handler
- tests
- palm_handler
- paypal_handler
- pgvector_handler
- tests
- phoenix_handler
- tests
- pinecone_handler
- tests
- pinot_handler
- tests
- pirateweather_handler
- plaid_handler
- planetscale_handler
- portkey_handler
- postgres_handler
- pycaret_handler
- test
- pypi_handler
- qdrant_handler
- questdb_handler
- tests
- quickbooks_handler
- ray_serve_handler
- reddit_handler
- rest_api_handler
- rocket_chat_handler
- rockset_handler
- tests
- salesforce_handler
- sap_erp_handler
- tests
- scylla_handler
- tests
- sendinblue_handler
- serpstack_handler
- sheets_handler
- tests
- shopify_handler
- singlestore_handler
- tests
- slack_handler
- snowflake_handler
- solace_handler
- solr_handler
- tests
- sqlany_handler
- tests
- sqlite_handler
- tests
- sqreamdb_handler
- tests
- starrocks_handler
- tests
- strapi_handler
- tests
- strava_handler
- stripe_handler
- supabase_handler
- tests
- surrealdb_handler
- tests
- utils
- symbl_handler
- tdengine_handler
- tests
- teradata_handler
- tests
- tidb_handler
- tests
- timescaledb_handler
- trino_handler
- tests
- tripadvisor_handler
- twilio_handler
- twitter_handler
- vertex_handler
- vertica_handler
- tests
- vitess_handler
- tests
- weaviate_handler
- webz_handler
- whatsapp_handler
- xata_handler
- tests
- youtube_handler
- yugabyte_handler
- tests
- zendesk_handler
- zipcodebase_handler
- tests
- zotero_handler
- libs
- llm
- utilities
- files
- rag
- loaders/vector_store_loader
- pipelines
- rerankers
- retrievers
- splitters
- storage
- interfaces
- agents
- modes
- utils
- database
- file
- functions
- jobs
- knowledge_base
- preprocessing
- providers
- query_context
- tasks
- utilities
- types
- requirements
- scripts
- tests
- scripts
- unit
- api
- http
- mcp
- executor
- handlers
- community_handlers
- integrations
- libs
- interfaces
- agents
- knowledge_base
- planner
- utilities
- ml_task_queue
- various
- unused
- integrations/utilities/rag
- rerankers
- retrievers
- integration
- a2a
- knowledge_bases
- data
- metrics
- rag
- interfaces/agents
- load
- unit
- api/http
- broken
- handler_tests
- data
- pgvector
- rag_pipelines
- handlers
- interfaces
- agents
- skills/custom/text2sql
- ml_handlers
- data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
43 | 38 | | |
44 | 39 | | |
45 | 40 | | |
46 | | - | |
47 | 41 | | |
48 | 42 | | |
49 | 43 | | |
50 | | - | |
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
| |||
163 | 156 | | |
164 | 157 | | |
165 | 158 | | |
166 | | - | |
167 | | - | |
168 | 159 | | |
169 | 160 | | |
170 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
| 43 | + | |
46 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
0 commit comments