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

Shay Banon

๐Ÿ‘ค Speaker
306 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And we're saying internally at Elastic that we want to make Apache, Lucene and Elasticsearch the best vector database in the world. And then on top of it, the best hybrid search, because it's like it's not only vector search, right? It's like there's a lot of layers on top of it to make a great search system that we've been building for years.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And we're saying internally at Elastic that we want to make Apache, Lucene and Elasticsearch the best vector database in the world. And then on top of it, the best hybrid search, because it's like it's not only vector search, right? It's like there's a lot of layers on top of it to make a great search system that we've been building for years.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And yeah, I mean, like any new type of capability, I think you end up having like new competition or other new vendors or products, open source or not, as you say. I think Elasticsearch is a... Great vector database today. In Apache, we contributed so much work into Apache Lucene.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And yeah, I mean, like any new type of capability, I think you end up having like new competition or other new vendors or products, open source or not, as you say. I think Elasticsearch is a... Great vector database today. In Apache, we contributed so much work into Apache Lucene.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

We have some of our best developers working just on Apache Lucene on making it better and then integrating it into Elasticsearch. By the way, by making Apache Lucene better, we're making a lot of other systems better. So it's like, our focus is to put the right technology at the right place and then win based on value.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

We have some of our best developers working just on Apache Lucene on making it better and then integrating it into Elasticsearch. By the way, by making Apache Lucene better, we're making a lot of other systems better. So it's like, our focus is to put the right technology at the right place and then win based on value.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And yeah, and so far, by the way, that's the fastest growing market in the world, in our business. So that's definitely the fastest part for us in terms of usage and business. And people are seeing the value. I do think one of the things that I'm trying, working really hard to figure out is one of the things I think Elasticsearch did really well is that it made search approachable.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And yeah, and so far, by the way, that's the fastest growing market in the world, in our business. So that's definitely the fastest part for us in terms of usage and business. And people are seeing the value. I do think one of the things that I'm trying, working really hard to figure out is one of the things I think Elasticsearch did really well is that it made search approachable.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

You could just dump a JSON document into it and start to search it, and you didn't have to understand vector space and ranking and BM25 and inverted indices and FSTs and all of these things. And then we progressively disclosed complexity if you wanted to or you wanted to tweak things, but it just worked.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

You could just dump a JSON document into it and start to search it, and you didn't have to understand vector space and ranking and BM25 and inverted indices and FSTs and all of these things. And then we progressively disclosed complexity if you wanted to or you wanted to tweak things, but it just worked.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And we've invested over the last year a lot of effort, not only in making us a great vector database and great in hybrid search and things like that, but also making it as easy as it was to index. We literally took the curl requests that I had in the first blog post when I released Elasticsearch around indexing tweets, and we're literally trying to make it this simple to do semantic text.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And we've invested over the last year a lot of effort, not only in making us a great vector database and great in hybrid search and things like that, but also making it as easy as it was to index. We literally took the curl requests that I had in the first blog post when I released Elasticsearch around indexing tweets, and we're literally trying to make it this simple to do semantic text.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And I think if we go back to hundreds of thousands, if not millions of developers that know Elasticsearch and know Elasticsearch API, that's a huge opportunity because they don't have to become experts in vector databases and product quantization and HSNW and dimensions and embeddings models and things like that.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And I think if we go back to hundreds of thousands, if not millions of developers that know Elasticsearch and know Elasticsearch API, that's a huge opportunity because they don't have to become experts in vector databases and product quantization and HSNW and dimensions and embeddings models and things like that.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

We can really simplify that layer to them and they can use Elasticsearch the way that they love.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

We can really simplify that layer to them and they can use Elasticsearch the way that they love.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And to me, like, that's a huge opportunity because if we make every single Elasticsearch developer out there, like someone that uses Elasticsearch, just use semantic search, even without, almost without noticing, because it's so simple, like that would be amazing for them because it's significantly better. And for us as a, as a, as a product in Elasticsearch and as a company.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

And to me, like, that's a huge opportunity because if we make every single Elasticsearch developer out there, like someone that uses Elasticsearch, just use semantic search, even without, almost without noticing, because it's so simple, like that would be amazing for them because it's significantly better. And for us as a, as a, as a product in Elasticsearch and as a company.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

I think it's here. So we, I don't know, I'll get geeky for saying, but we have like a, when you define something in Elasticsearch, there's mappings for it, which is basically the schema. And then there's like text mapping, which basically does keyword-based like analyzer, BM25 type matching. If you do semantic underscore text and don't change anything else, it just becomes semantic.

The Changelog: Software Development, Open Source
Elasticsearch is open source, again (Interview)

I think it's here. So we, I don't know, I'll get geeky for saying, but we have like a, when you define something in Elasticsearch, there's mappings for it, which is basically the schema. And then there's like text mapping, which basically does keyword-based like analyzer, BM25 type matching. If you do semantic underscore text and don't change anything else, it just becomes semantic.