From d38e2573aa763e8519b3d153731ce2571e2259c8 Mon Sep 17 00:00:00 2001 From: Chandre Van Der Westhuizen <32901682+chandrevdw31@users.noreply.github.com> Date: Tue, 7 May 2024 18:42:27 +0200 Subject: [PATCH] Added MindsDB Added MindsDB to docs. MindsDB integrates with CrateDB, making data from CrateDB accessible to a diverse range of AI/ML models. Feel free to ask any questions --- docs/integrate/ml.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/integrate/ml.md b/docs/integrate/ml.md index 7fa4f9b..72069d0 100644 --- a/docs/integrate/ml.md +++ b/docs/integrate/ml.md @@ -47,6 +47,25 @@ LangChain's conversational memory subsystem. ``` +## MindsDB + +```{div} +:style: "float: right" +[!![MindsDB_Logo](https://github.com/crate/crate-clients-tools/assets/32901682/feca1369-811e-4dd8-b4a8-d70e734de87e) +{w=180px}](https://mindsdb.com/) +``` + +[MindsDB](https://github.com/mindsdb/mindsdb) is the platform for customizing AI from enterprise data. With MindsDB and its nearly 200 integrations to [data sources](https://docs.mindsdb.com/integrations/data-overview) and [AI/ML frameworks](https://docs.mindsdb.com/integrations/ai-overview), any developer can use their enterprise data to customize AI for their purpose, faster and more securely. + +MindsDB integrates with CrateDB, making data from CrateDB accessible to a diverse range of AI/ML models. + +Follow MindsDB's [documentation](https://docs.mindsdb.com/integrations/data-integrations/cratedb) to learn more about it's integration with CrateDB and see examples. + +```{div} +:style: "clear: both" +``` + + ## MLflow ```{div} @@ -131,6 +150,7 @@ A modular design invites extensions to expand and enrich functionality. [LangChain]: https://python.langchain.com/ [LangChain adapter for CrateDB]: https://github.com/crate-workbench/langchain +[MindsDB]: https://github.com/mindsdb/mindsdb [MLflow]: https://mlflow.org/ [mlflow-cratedb]: https://pypi.org/project/mlflow-cratedb/ [MLflow adapter for CrateDB]: https://github.com/crate-workbench/mlflow-cratedb