Introducing our latest update to Gemini 2.5 Pro (06-05), which we expect to become our long term stable release. At a glance:
- SOTA on HLE, Aider, and GPQA
- Now supports thinking budgets
- Same cost, on pareto frontier
- Closes gap on 03-25 regressions
Some of the things we released recently:
- SQL + Python Notebooks
- New AI models, now supporting most frontier models
- Support for creating charts with AI
- Better context management, including @-mentions
- ... and this X account
DB Pilot's AI assistant now with @OpenAI GPT-4.
Way more powerful than before and produces good outputs much more consistently 💪
Available on the new Pro plan: https://t.co/bc1i3hTe1C
@juancguerrero40@OpenAI With the Pro plan there is no limit on the number of entities!
You may still reach the context limit for very long chats but it's much less likely to happen with the Pro plan (even with the same model)
Spent most of the week fixing some nasty bugs.
App should be much more stable now in the latest release!
Also: Support for DuckDB version 0.9.1 and all official DuckDB extensions
https://t.co/Cv8xQ1Iaip
DB Pilot 1.0 switched from @duckdb to embedded version @ClickHouseDB powered by https://t.co/MyscciOr18, gaining faster queries and broader data format support. https://t.co/c5ncGkjMyA
DB Pilot 1.0 is live - the biggest update yet 🚀
Attach local files, s3 files, Postgres databases & more. Then query everything at once.
All thanks to the embedded @ClickHouseDB / chDB instance.
Bonus: The AI assistant makes SQL easy as never before.
https://t.co/PILbcsxyGv
Recently learned about a cool new database project: chDB
Makes it possible to use ClickHouse as a shared library running in-process.
This is super powerful. Can query so many different sources... and it's fast!
https://t.co/GdeAtC7hel
@calebfahlgren There is the postgres_scanner extension for DuckDB but it doesn't work for most real-world databases I've tried, as it doesn't support all data types
@calebfahlgren Mainly that it supports a much wider range of sources - thanks to ClickHouse.
For example, you can directly query postgres, mysql and more