Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MindsDB #118

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/integrate/ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MindsDB] is already defined as an indirect link.

Suggested change
[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] 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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Andreas, thank you for raising this. I will put this PR in a draft in the mean time while we investigate this issue. I will get back to you on this


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}
Expand Down Expand Up @@ -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
Expand Down
Loading