I'm the Co-founder & CEO of MindsDB, and also recent visiting scholar at UC Berkeley researching machine learning automation and explainability. Before founding MindsDB, I worked for a number of data-intensive start-ups, most recently working with Aneesh Chopra (the first CTO in the US government) building ML data systems for healthcare projects. I have degrees in electrical engineering & computer science from the Australian National University.
Submissions
Claudio? Why we need and open source Claude
4 points·by torrmal··1 comments
Claude but Open-Source –> One workplace. Not five tools that hate eachother
github.com
8 points·by torrmal··1 comments
Anton – The most advanced AI data-coworker
github.com
4 points·by torrmal··1 comments
Hello to Unstructured Analytics
6 points·by torrmal··0 comments
Federated Data Access for MCP (Model Context Protocol)
mindsdb.com
17 points·by torrmal··3 comments
Building Llamas That Think?
1 points·by torrmal··0 comments
Llama That Thinks
colab.research.google.com
1 points·by torrmal··1 comments
FlawLess AgenTs – Feedback Welcome
github.com
1 points·by torrmal··0 comments
Agents suck – but it can be better
4 points·by torrmal··3 comments
[untitled]
1 points·by torrmal··0 comments
Tap into 17 LLMs with a Single API – Free with Unlimited Tokens
13 points·by torrmal··3 comments
Use Llama 3 models for free via OpenAI-compatible API
11 points·by torrmal··0 comments
LLMs: What if we did unlimited tokens instead?
1 points·by torrmal··0 comments
Feedback wanted: How to build a chatbot with GPT4
loom.com
2 points·by torrmal··1 comments
Feedback Wanted: How to Build a Text-to-SQL Agent
1 points·by torrmal··0 comments
Build a user-friendly chatbot for database queries
loom.com
2 points·by torrmal··1 comments
How to build your own Midjourney with SQL
mindsdb.com
2 points·by torrmal··1 comments
Elevate Your Hacktoberfest Experience: MindsDB's Grand Prize Bonanza
mindsdb.com
6 points·by torrmal··3 comments
[untitled]
1 points·by torrmal··0 comments
Does the size of your llama matter? What's Ollama?, can I plug it to Chroma? (
Open-source, very smart and It will make you think that Glean, ThoughtSpot, and practically any tool you've ever used to "answer questions from data to get your job done" look like fax-machines at an antique shop.
we have been trying to make it so that people dont have to reinvent the wheel, over and over and over again, and have a very straight forward all batteries included that can scale to many millions of documents, combining the best of RAG with traditional search and parametric search,
https://docs.mindsdb.com/mindsdb_sql/knowledge_bases/overvie...
Would love your feedback.
So, casually trying to make LLaMA achieve consciousness (as one does on a Tuesday), when I stumbled upon something hilarious. Turns out, you can make these language models "reason" with about as much code as it takes to write a "Hello World" program. No, really!
Here's the philosophical crisis I'm having now: When you ask an LLM to code something vs. asking it to reason about something... are we basically watching the same neural spaghetti being twirled around?
The real question is: If one can make an AI model "think" with 5 lines of code, does this mean:
a) An LLM should be able to write its own reasoning code
b) We've been overthinking AI?
c) The simulation is running low on RAM
d) All of the above
Would love to hear your thoughts, preferably in the form of recursive functions or philosophical paradoxes.
P.S. No LLAMAs were harmed in the making of this experiment, though several did ask for a raise.
great question, i think rather than smaller inputs, you should be able to have as much context as needed in. Its more aboue smaller outputs, that are well typed and allow you to control workflow via standard coding mechanics. Therefore getting the best of both worlds, llms power of understanding unstructured info (which python sucks at) and being able to control things which python is great at.
Learn how to make your own Midjourney bot with a few simple SQL commands. This tutorial uses a Twitter bot, but you can use texts, Slack, Rocket.chat or email.
Are you excited for Hacktoberfest 2023? While this year’s event may offer only digital rewards, we’ve got something extraordinary in store for you! Join us at MindsDB for the most thrilling open-source contribution journey, where you can unlock a world of exciting prizes.
well, I am not sure how small you can turn your 70b model into a small one, but its a great question for the Ollama creators: https://lu.ma/yourdatayourmodel
yes!! we were thinking about this too! we have made some massive progress on timeseries models and lowering latency, lets chat soon, I'll connect over email!
Hi Omneity, thanks for asking. You can deploy Mindsdb on a container, no application that you build querying the Mindsdb server has licensing dependencies, as its essentially no different from using most opensource databases out there.
These are amazing questions Streetcat,
We do some hyperparameter search using Optuna, we may be moving to Ray Tune because it can be highly parallelized.
If MindsDB fails, it depends on how various DBs manage federated storage, but essentially you will get a query error.
Funny that you mention automatic retraining, people have been asking for this recently, we will be supporting a retrain_frequency parameter in the coming releases, would you like to give it a test drive?