| ▲ | stingraycharles 5 hours ago | |||||||||||||||||||||||||
This is such a basic thing nowadays, and ElasticSearch is massive overkill for it. Something like SQLite or LanceDB or basically any vector database is much more appropriate. This seems to be coming from the “we must make ElasticSearch AI-compatible” department more than anything. | ||||||||||||||||||||||||||
| ▲ | clintonb 5 hours ago | parent | next [-] | |||||||||||||||||||||||||
If you already have Elasticsearch, it makes sense to continue utilizing it. Saying, “just use SQLite” completely dismisses the idea that this is a _shared_ memory across teams. The ability to easily connect to the remote service and have everything “just work” pays dividends when you have dozens or hundreds of users. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | gchamonlive 5 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
ElasticSearch is fine. If your dataset isn't too big you aren't going to hit shard and memory limits and if you do chances are you are already in a large enough organisation that you'll have the manpower to do the required maintenance. It's not rocket science. > This seems to be coming from the “we must make ElasticSearch AI-compatible” department more than anything. I don't see the problem in that. It'd be great to have agentic capabilities embedded into Kibana and ES as long as it's not user hostile. | ||||||||||||||||||||||||||
| ▲ | jakevoytko 5 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Nah, "Any other vector DB" starts to fall apart once you need stuff like scripted scoring like OP uses. Then it starts to be a question of, "do you need ANN for performance?" since SQLite only does brute-force vector scoring. And granted, brute-force is performant for far more vectors than most people give it credit for, but it definitely hits a wall well below 1 million if you want it to have webpage-type latency. Maintaining Elasticsearch isn't free, but picking an underpowered db and having to port to the right one is also quite time consuming. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | Catloafdev 2 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
I agree for casual usage, but this seems targeted towards enterprise setups, which makes much more sense to use something like ElasticSearch if you're already in the Amazon cloud, and especially if using the advanced features it provides like they are. | ||||||||||||||||||||||||||
| ▲ | 0xbadcafebee 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
The design they talk about includes 3 different types of memory. They store those kinds of memory separately, so that if there's 10 users, all 10 access memories that are more general ("what bulbs work with this kind of light fixture"), and user-specific memories are segregated ("sarah has three lightbulbs"). The different memory types are ranked together leading to a different result. So this is a novel design and use of ElasticSearch-specific features | ||||||||||||||||||||||||||
| ▲ | 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
| [deleted] | ||||||||||||||||||||||||||
| ▲ | xor-eax-edx 3 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Would be interesting if one can replace ElasticSearch with something like Typesense here | ||||||||||||||||||||||||||
| ▲ | haeseong 5 hours ago | parent | prev [-] | |||||||||||||||||||||||||
[dead] | ||||||||||||||||||||||||||