Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ChocoluvH
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
ChocoluvH
1y ago
Here's my process: 1. Use ChatGPT-4o, upload a picture (for me I had a Titanic poster, you know..) with prompt "convert this photo to studio ghibli style anime." 2. Visit Movii.ai, log in with Google, upload the generated ima
2.
▲
by
ChocoluvH
3y ago
What does Chroma lack? Their APIs seem pretty much the same to me.
3.
▲
by
ChocoluvH
3y ago
Always wondering pros/cons of Chroma and Qdrant. Can someone tell me?
4.
▲
by
ChocoluvH
3y ago
haha. That case you might actually wanna consider FAISS/Milvus instead of Redis.
5.
▲
by
ChocoluvH
3y ago
Cool webUI. Why is it not on Motif main site? https://motif.land/
6.
▲
by
ChocoluvH
3y ago
There's no such thing as open internet
7.
▲
by
ChocoluvH
3y ago
Damn. Time to HODL?
8.
▲
by
ChocoluvH
3y ago
Don't start with Milvus clustered version, not unless you have like 100million vectors. Try Milvus standalone instead, much simpler. I also just found their python version ( https://github.com/milvus-io/embd-milvus
9.
▲
by
ChocoluvH
3y ago
Open source software nowadays are very easy to use. If your guy couldn't get a single open source software straight, you had the wrong guy :( I can only see managed service useful when I had 100X traffic and when strong SLA is required
10.
▲
by
ChocoluvH
3y ago
Certainly! The thing is to make ElasticSearch scores "comparable" to Milvus scores. Lots of ways to do this, but there's no single good solution. For example you could calculate BM25 score offline, or use TF-IDF score to do s
11.
▲
by
ChocoluvH
3y ago
IMO vector databases should not mess with ElasticSearch. The real focus should be to improve the recall of vector search. Pity that nobody is doing real AI research here. Money wasted in marketing and branding.
12.
▲
by
ChocoluvH
3y ago
I personally like Milvus very much. My point is I only trust stuff that focuses their own business. Especially for small startups.
13.
▲
by
ChocoluvH
3y ago
Totally agree. The thing is that ElasticSearch does not meet our requirements in vector searching. I am currently running with Milvus + ElasticSearch, works perfect. The latest Milvus version is super fast and scalable (>50M vectors). Ha