Viewing profile — ChocoluvH
ChocoluvH
HN member- Joined
- Thu, Mar 03, 2022, 3:10 AM UTC
- HN karma
- 12
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ChocoluvH
Recent public activity
- comment
- story
-
comment
Comment #43507327
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,…
- story
-
comment
Comment #36028850
What does Chroma lack? Their APIs seem pretty much the same to me.
-
comment
Comment #36028612
Always wondering pros/cons of Chroma and Qdrant. Can someone tell me?
-
comment
Comment #35342710
haha. That case you might actually wanna consider FAISS/Milvus instead of Redis.
-
comment
Comment #35338452
Cool webUI. Why is it not on Motif main site? https://motif.land/
-
comment
Comment #35338412
There's no such thing as open internet
-
comment
Comment #35338403
Damn. Time to HODL?
-
comment
Comment #35338140
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:…
-
comment
Comment #35323999
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 …
-
comment
Comment #35323894
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 BM…
-
comment
Comment #35323807
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 was…
-
comment
Comment #35323755
I personally like Milvus very much. My point is I only trust stuff that focuses their own business. Especially for small startups.
-
comment
Comment #35311141
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 Mil…