An in-process analytics database, DuckDB can work with surprisingly large data sets without having to maintain a distributed multiserver system. Best of all? You can analyze data directly from your Python app.
Quadratic is a modern spreadsheet that combines the familiarity of a spreadsheet with the power of code, allowing you to work with data and code collaboratively in real-time. It supports popular programming languages like Python, SQL, and JavaScript, and offers features such as dynamic charts, APIs, multi-line formulas, and AI integration.
A prototype tool powered by Large Language Models to make querying your databases as easy as saying the word.
- Introduction to QueryGPT, a tool using Large Language Models (LLMs) for natural language database queries
- Focus on implementing a basic iteration of the system, with potential for significant enhancements
- Aim is to provide the LLM with the database schema and have it answer questions based on that context
- Discussion on prompt engineering, which is designing inputs for generative AI tools to produce optimal results