MindsDB is a Server for Artificial Intelligence Logic, enabling developers to ship AI powered systems from prototyping & experimentation to production in a fast & scalable way.
- Question Answering: This is useful when you have data (we support more than 120 data sources) and you need answers from your data given a question in natural language.
- Semantic Search: Similar to Question Answering, but in this case, you want to retrieve specific parts of your data where the answer to a question may exist.
- AI Agent serving: This is useful when you want to publish your AI Agents to enterprise conversational applications like Slack, email, Twilio, etc.
- Recommendation systems: When you use your data to help predict, narrow down, and find what people are looking for among an exponentially growing number of options.
- Time Series Forecasting: When you want to use your historical data to estimate how things will look in the future.
- AI Automation pipelines: When you need your AI systems to consume enterprise data and have the AI output stored back into your enterprise tools in an automated way.
MindsDB empowers developers to harness the power of AI by treating AI models as (Generative AI Tables). These tables are capable of learning from data in enterprise data sources. This abstraction makes AI highly accessible, allowing development teams to create AI-driven applications using their existing skills.
The data-centric approach of MindsDB AI Logic server brings the process closer to the source of the data minimizing the need to build and maintain data pipelines and ETL’ing, speeding up the time to deployment and reducing complexity and because it'sa server, everything you build on top of mindsdb is automatically ready for production.
MindsDB has an active and helpful community. Feel free to join our Slack and check-out the rewards and community programs. P.S. If you like our open-source project we'd appreciate if you star it on GitHub ⭐!
Installation - Overview - Features - Database Integrations - Quickstart - Documentation - Support - Contributing - Mailing lists - License
You can try MindsDB using our demo environment with sample data for most popular use cases.
The prefered way is to use MindsDB Cloud free demo instance or use a dedicated instance. If you want to move to production use the AWS AMI image.
To install locally or on-premise pull the latest Docker image:
docker pull mindsdb/mindsdb
- CONNECT MindsDB to your data platform. We support 100+ data platforms and this list is constantly growing. If you can’t find the integration you need, please let us know.
- CREATE MODEL to connect the AI Engine you pick that will learn from your data and serve it as AI Table.
- JOIN such model with your database tables to make predictions for thousands or even millions of data points at once, or run SELECT statements or API calls to make one time predictions.
- Set up a JOB to automate your re-training cycle and predictions pipelines for the new incoming data.
- Alternatively, use REST API to query the models
Follow the quickstart guide with sample data to get on-boarded as fast as possible.
MindsDB works with most of the SQL and NoSQL databases, data lakes and popular applications.
Connect your Data | Connect your Data | Connect your Data |
---|---|---|
You can find the complete documentation of MindsDB at docs.mindsdb.com.
If you found a bug, please submit an issue on GitHub.
To get community support, you can:
- Post a question at MindsDB Slack community.
- Ask for help at our GitHub Discussions.
- Ask a question at Stackoverflow with a MindsDB tag.
If you need commercial support, please contact MindsDB team.
A great place to start contributing to MindsDB is to check our GitHub projects 🏁
- Community contributor's dashboard tasks.
- First timers only issues, if this is your first time contributing to an open source project.
We are always open to suggestions so feel free to open new issues with your ideas and we can guide you!
Being part of the core team is accessible to anyone who is motivated and wants to be part of that journey! If you'd like to contribute to the project, refer to the contributing documentation.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
Also, check out the rewards and community programs.
Made with contributors-img.
Join our Slack community and subscribe to the monthly Developer Newsletter to get product updates, information about MindsDB events and contests, and useful content, like tutorials.
MindsDB is licensed under GNU General Public License v3.0