Databases

Google AI Releases TimesFM-3: A 330M Parameter Zero-Shot Foundation Model For Multivariate Time Series Forecasting

Google AI Releases TimesFM-3: A 330M Parameter Zero-Shot Foundation Model For...

0
Google Research has released TimesFM-3, a 330 million parameter time series foundation model that forecasts multiple related series in a single forward pass. Unlike every TimesFM checkpoint through 2.5, it is pretrained natively for multivariate forecasting, accepting multiple targets, past covariates, and past-future covariates with no task-specific fine-tuning. It takes the top average rank among pretrained foundation models on GIFT-Eval, fev-bench, and the TIME leaderboard. The weights, however, ship under a non-commercial, non-production license.
Designing Scalable Interactive Visualizations with Reflex XY: Composition, Million-Point Rendering, Streaming, Custom Marks, and Export

Designing Scalable Interactive Visualizations with Reflex XY: Composition, Million-Point Rendering, Streaming,...

0
Dive into the advanced visualization capabilities of the Reflex XY Python library. This tutorial guides you through building high-performance, interactive charts—from handling million-point datasets and real-time streaming to creating custom mark plugins and exporting publication-ready visuals.
Google Releases Gemini-SQL2: Gemini 3.1 Pro Text-to-SQL Scores 80.04% on BIRD Single-Model Leaderboard

Google Releases Gemini-SQL2: Gemini 3.1 Pro Text-to-SQL Scores 80.04% on BIRD...

0
We look at Gemini-SQL2, the text-to-SQL capability Google Research announced on June 12, 2026. Powered by Gemini 3.1 Pro, it posted 80.04% execution accuracy on the BIRD single-model leaderboard. We explain what the score measures, how the leaderboard stacks up, and what Google has not yet disclosed. We also cover use cases and a schema-grounded implementation pattern.
Upstash for Redis vs Supabase vs Neon: Which One Fits Vibe Coding Workflows in 2026?

Upstash for Redis vs Supabase vs Neon: Which One Fits Vibe...

0
Not all database platforms are built for the same job.Not all database platforms are built for the same job. Here is how Upstash, Supabase, and Neon actually differ — and which one fits your vibe coding workflow in 2026.
Best Vector Databases in 2026: Pricing, Scale Limits, and Architecture Tradeoffs Across Nine Leading Systems

Best Vector Databases in 2026: Pricing, Scale Limits, and Architecture Tradeoffs...

0
Vector databases are now core retrieval infrastructure for RAG and agentic AI. This guide compares nine production options on architecture, pricing, and scale.
An Implementation Guide to Building a DuckDB-Python Analytics Pipeline with SQL, DataFrames, Parquet, UDFs, and Performance Profiling

An Implementation Guide to Building a DuckDB-Python Analytics Pipeline with SQL,...

0
In this tutorial, we build a comprehensive, hands-on understanding of DuckDB-Python by working through its features directly in code on Colab. We start with...
Meet OpenViking: An Open-Source Context Database that Brings Filesystem-Based Memory and Retrieval to AI Agent Systems like OpenClaw

Meet OpenViking: An Open-Source Context Database that Brings Filesystem-Based Memory and...

0
OpenViking is an open-source Context Database for AI Agents from Volcengine. The project is built around a simple architectural concept: agent systems should not...
Alibaba Open-Sources Zvec

Alibaba Open-Sources Zvec: An Embedded Vector Database Bringing SQLite-like Simplicity and...

0
Alibaba Tongyi Lab research team released 'Zvec', an open source, in-process vector database that targets edge and on-device retrieval workloads. It is positioned as...

A Coding, Data-Driven Guide to Measuring, Visualizing, and Enforcing Cognitive Complexity...

0
In this tutorial, we build an end-to-end cognitive complexity analysis workflow using complexipy. We start by measuring complexity directly from raw code strings, then...
How to Build Production-Grade Data Validation Pipelines Using Pandera, Typed Schemas, and Composable DataFrame Contracts

How to Build Production-Grade Data Validation Pipelines Using Pandera, Typed Schemas,...

0
Schemas, and Composable DataFrame ContractsIn this tutorial, we demonstrate how to build robust, production-grade data validation pipelines using Pandera with typed DataFrame models. We...

How to Build Portable, In-Database Feature Engineering Pipelines with Ibis Using...

0
In this tutorial, we demonstrate how we use Ibis to build a portable, in-database feature engineering pipeline that looks and feels like Pandas but...

OceanBase Releases seekdb: An Open Source AI Native Hybrid Search Database...

0
AI applications rarely deal with one clean table. They mix user profiles, chat logs, JSON metadata, embeddings, and sometimes spatial data. Most teams answer...

How to Design an Interactive Dash and Plotly Dashboard with Callback...

0
In this tutorial, we set out to build an advanced interactive dashboard using Dash, Plotly, and Bootstrap. We highlight not only how these tools...

How to Build an Advanced AI Agent with Summarized Short-Term and...

0
In this tutorial, we walk you through building an advanced AI Agent that not only chats but also remembers. We start from scratch and...

What is a Database? Modern Database Types, Examples, and Applications (2025)

0
In today's data-driven world, databases form the backbone of modern applications—from mobile apps to enterprise systems. Understanding the different types of databases and their applications...

Google AI Proposes Novel Machine Learning Algorithms for Differentially Private Partition...

0
Differential privacy (DP) stands as the gold standard for protecting user information in large-scale machine learning and data analytics. A critical task within DP...

Huawei CloudMatrix: A Peer-to-Peer AI Datacenter Architecture for Scalable and Efficient...

0
LLMs have rapidly advanced with soaring parameter counts, widespread use of mixture-of-experts (MoE) designs, and massive context lengths. Models like DeepSeek-R1, LLaMA-4, and Qwen-3...

AmbiGraph-Eval: A Benchmark for Resolving Ambiguity in Graph Query Generation

0
Semantic parsing converts natural language into formal query languages such as SQL or Cypher, allowing users to interact with databases more intuitively. Yet, natural...

Meet LEANN: The Tiniest Vector Database that Democratizes Personal AI with...

0
Embedding-based search outperforms traditional keyword-based methods across various domains by capturing semantic similarity using dense vector representations and approximate nearest neighbor (ANN) search. However,...

This AI Paper from Microsoft Introduces a DiskANN-Integrated System: A Cost-Effective...

0
The ability to search high-dimensional vector representations has become a core requirement for modern data systems. These vector representations, generated by deep learning models,...

PilotANN: A Hybrid CPU-GPU System For Graph-based ANNS

0
Approximate Nearest Neighbor Search (ANNS) is a fundamental vector search technique that efficiently identifies similar items in high-dimensional vector spaces. Traditionally, ANNS has served...

Weaviate Researchers Introduce Function Calling for LLMs: Eliminating SQL Dependency to...

0
Databases are essential for storing and retrieving structured data supporting business intelligence, research, and enterprise applications. Querying databases typically requires SQL, which varies across...

This AI Paper Propose SHARQ: An Efficient AI Framework for Quantifying...

0
Data mining is vital for uncovering meaningful patterns and relationships within large datasets. These insights enable informed decision-making across diverse retail, healthcare, and finance...

sqlite-vec Update Introduces Metadata Columns, Partitioning, and Auxiliary Features for Enhanced...

0
Alex Garcia has released a major update to sqlite-vec, an extension for SQLite that enables vector search. The latest version, 0.1.6, introduces several new...

Understanding Data Labeling (Guide)

0
Data labeling involves annotating raw data, such as images, text, audio, or video, with tags or labels that convey meaningful context. These labels act...

GraphAide: Building and Utilizing Knowledge Graphs for Domain-Specific Digital Assistants

0
Large Language Models (LLMs) have revolutionized artificial intelligence applications across various fields, enabling domain experts to use pre-trained models for innovative solutions. While LLMs...

UC Riverside Researchers Propose the Pkd-tree (Parallel kd-tree): A Parallel kd-tree...

0
The exponential growth of multi-dimensional data across various fields, such as machine learning, geospatial analysis, and clustering, has posed significant challenges to traditional data...

AutoCE: An Intelligent Model Advisor Revolutionizing Cardinality Estimation for Databases through...

0
Cardinality estimation (CE) is essential to many database-related tasks, such as query generation, cost estimation, and query optimization. Accurate CE is necessary to ensure...

iRangeGraph: A Dynamic Approach for Enhancing Range-Filtering Nearest Neighbor Search Performance...

0
Graph-based methods have become increasingly important in data retrieval and machine learning, particularly in nearest neighbor (NN) search. NN search helps identify data points...

Table-Augmented Generation (TAG): A Breakthrough Model Achieving Up to 65% Accuracy...

0
Artificial intelligence (AI) and database management systems have increasingly converged, with significant potential to improve how users interact with large datasets. Recent advancements aim...

Google AI Introduces CardBench: A Comprehensive Benchmark Featuring Over 20 Real-World...

0
Cardinality estimation (CE) is crucial in optimizing query performance in relational databases. It involves predicting the number of intermediate results a database query will...

Table-Augmented Generation (TAG): A Unified Approach for Enhancing Natural Language Querying...

0
AI systems integrating natural language processing with database management can unlock significant value by enabling users to query custom data sources using natural language....

Humboldt: A Specification-based System Framework for Generating a Data Discovery UI...

0
Data discovery has become increasingly challenging due to the proliferation of easily accessible data analysis tools and low-cost cloud storage. While these advancements have...

This AI Paper from ETH Zurich Introduces DINKEL: A State-Aware Query...

0
Graph database management systems (GDBMSs) have become essential in today's data-driven world, which requires more and more management of complex, highly interconnected data for...

Researchers at Stanford Present RelBench: An Open Benchmark for Deep Learning...

0
Relational databases are integral to many digital systems, providing structured data storage across various sectors, such as e-commerce, healthcare, and social media. Their table-based...

LOTUS: A Query Engine for Reasoning over Large Corpora of Unstructured...

0
The semantic capabilities of modern language models offer the potential for advanced analytics and reasoning over extensive knowledge corpora. However, current systems need more...

Recent articles