Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Brian O'Grady

๐Ÿ‘ค Speaker
273 total appearances

Appearances Over Time

Podcast Appearances

Coder Radio
641: Qdrant's Brian O'Grady

for building a database.

Coder Radio
641: Qdrant's Brian O'Grady

This was the core requirement that our founders had when they started Quadrant.

Coder Radio
641: Qdrant's Brian O'Grady

They were trying to solve this exact problem of how do I do vector search at scale for e-commerce?

Coder Radio
641: Qdrant's Brian O'Grady

Theirs was actually a job matching website.

Coder Radio
641: Qdrant's Brian O'Grady

And they were getting choked on Elasticsearch because of the memory overhead of the JVM.

Coder Radio
641: Qdrant's Brian O'Grady

It just was kind of inhibiting them from taking full advantage of their resources.

Coder Radio
641: Qdrant's Brian O'Grady

They needed to kind of go in.

Coder Radio
641: Qdrant's Brian O'Grady

They needed to tune the JVM heap.

Coder Radio
641: Qdrant's Brian O'Grady

And they just felt that the functionality of, I mean, this was back in the day.

Coder Radio
641: Qdrant's Brian O'Grady

Elastic has added much more functionality since then.

Coder Radio
641: Qdrant's Brian O'Grady

This was back in like 2020 or 2021.

Coder Radio
641: Qdrant's Brian O'Grady

They were like, why don't we just build a system that is specifically designed to do this exact one thing?

Coder Radio
641: Qdrant's Brian O'Grady

So that's how Quadric came about.

Coder Radio
641: Qdrant's Brian O'Grady

And it fits in the stack as this dedicated engine that you use for vector search.

Coder Radio
641: Qdrant's Brian O'Grady

But the, where it becomes a bit more interesting is that, you know, you don't need to just use Quadrant to, let's say you're just, you think, okay, well, it's just for doing like e-commerce search.

Coder Radio
641: Qdrant's Brian O'Grady

It's actually not.

Coder Radio
641: Qdrant's Brian O'Grady

Quadrant is very flexible in how it can be deployed.

Coder Radio
641: Qdrant's Brian O'Grady

So I can deploy Quadrant in like a cluster mode and, you know, on like EC2 instances in my cloud.

Coder Radio
641: Qdrant's Brian O'Grady

I can deploy Quadrant via Docker locally.

Coder Radio
641: Qdrant's Brian O'Grady

I can actually deploy, and this is where I was taking a look at, Mike, your repositories.