←back to thread

548 points tifa2up | 10 comments | | HN request time: 0.668s | source | bottom
1. hatmanstack ◴[] No.45647032[source]
Not here to schlep for AWS but S3 Vectors is hands down the SOTA here. That combined with a Bedrock Knowledge Base to handle Discovery/Rebalance tasks makes for the simplest implementation on the Market.

Once Bedrock KB backed by S3 Vectors is released from Beta it'll eat everybody's lunch.

replies(3): >>45647181 #>>45650963 #>>45665062 #
2. arcanemachiner ◴[] No.45647181[source]
Shill, not schlep.

I'm correcting you less out of pedantry, and more because I find the correct term to be funny.

replies(2): >>45647286 #>>45649697 #
3. hatmanstack ◴[] No.45647286[source]
I feel like I'm schelpin' through these comments, it's all mishigas
replies(1): >>45647411 #
4. esafak ◴[] No.45647411{3}[source]
You feel like a schlemiel, perhaps?
replies(1): >>45647588 #
5. hatmanstack ◴[] No.45647588{4}[source]
more a schlimazel, Charles Schultzie, Lucy's everywhere
6. latchkey ◴[] No.45649697[source]
Especially now that if you google the word schlep, the first result is now something totally different than what you'd expect.
7. cipherself ◴[] No.45650963[source]
S3 Vectors is hands down the SOTA here

SOTA for what? Isn't it just a vector store?

replies(1): >>45656437 #
8. DSingularity ◴[] No.45656437[source]
I think he just means it should be assumed to be standard practice and considered baseline at this point.
replies(1): >>45661789 #
9. cipherself ◴[] No.45661789{3}[source]
Assuming that's what he meant, why would it be considered baseline versus anything else? I am genuinely curious because I'd like to know more about issues people face with this or that vector store in general.
10. sangwook ◴[] No.45665062[source]
S3 Vectors is great in terms of cost. But it provides around 500ms median query latency for 1M vectors, unlike other vector stores. And it does not support keyword search and sparse vectors. So I think it is better to choose which vector store to use based on your requirements.