Back to Home11/18/2025, 4:22:32 PM

Semantic Query Engines with Matthew Russo (MIT)

1 points
0 comments

Mood

excited

Sentiment

positive

Category

tech

Key topics

AI

Database Systems

Semantic Query Engines

AI is transforming Database Systems. Perhaps the biggest impact so far has been natural language to query language translations, or Text-to-SQL. However, another massive innovation is brewing.

I am SUPER EXCITED to publish the 131st episode of the Weaviate Podcast with Matthew Russo, a Ph.D. student at MIT!

AI presents new Semantic Operators for our query languages. For example, we are all familiar with the WHERE filter. Now we have AI_WHERE, in which an LLM or another AI model computes the filter value without needing it to be already available in the database!

```sql SELECT * FROM podcasts AI_WHERE “Text-to-SQL” in topics ```

Semantic Filters are just the tip of iceberg, the roster of Semantic Operators further includes Semantic Joins, Map, Rank, Classify, Groupby, and Aggregation!

And it doesn’t stop there! One of the core ideas for Relational Algebra and how its influenced Database Systems is query planning and finding the optimal order to apply filters. For example, let’s say you have two filters, the car is red and the car is a BMW. Now let’s say the dataset only contains 100 BMW, but 50,000 red cars!! Applying the BMW filter first will limit the size of the set for the next filter!

This foundational idea has all sorts of extensions now that LLMs are involved! This opportunity is giving rise to new query engines and declarative optimizers such as Palimpzest, LOTUS, and others!

So many interesting nuggets in this podcast, loved discussing these things with Matthew, and I hope you find it interesting!

YouTube: https://youtu.be/koPBr9W4qU0

Spotify: https://spotifycreators-web.app.link/e/ddUhVMmLoYb

Medium: https://medium.com/@connorshorten300/semantic-query-engines-with-matthew-russo-weaviate-podcast-131-131a42bbc521

The author is excited to share a podcast episode discussing the impact of AI on database systems, particularly the emergence of semantic query engines and new semantic operators.

Snapshot generated from the HN discussion

Discussion Activity

No activity data yet

We're still syncing comments from Hacker News.

Generating AI Summary...

Analyzing up to 500 comments to identify key contributors and discussion patterns

Discussion (0 comments)

Discussion hasn't started yet.

ID: 45968290Type: storyLast synced: 11/18/2025, 4:23:41 PM

Want the full context?

Jump to the original sources

Read the primary article or dive into the live Hacker News thread when you're ready.