Viewing profile — redskyluan
redskyluan
HN member- Joined
- Wed, Jun 09, 2021, 7:30 AM UTC
- HN karma
- 112
- Public activity
- 120 items
- HN profile
- View on Hacker News ↗
About redskyluan
Recent public activity
- story
- story
- story
- story
-
comment
Comment #47151864
Between Claude Code and my wife, only one enjoyed my late nights — a fun take on vibe-coding obsession and hard engineering lessons.
- story
-
comment
Comment #47004854
Maintainer of Milvus here. A few thoughts from someone who lives this every day: 1. The free user problem is real, and AI makes it worse. We serve a massive community of free Milvu…
-
comment
Comment #46755545
Using Hierarchical Clustering significantly reduces recall; this is a solution we used and abandoned three years ago.
-
comment
Comment #45865609
dude you already missed the window. nothing is better than sqlite as a library and don't use high perforamnce as your value for a python product
-
comment
Comment #45802527
I really enjoyed this article. I have a lot of appreciation for PG, but some articles tend to exaggerate its capabilities, especially when it comes to PG vectors, which can be off-…
-
comment
Comment #45802480
check https://github.com/zilliztech/VectorDBBench
-
comment
Comment #45170782
By the way, if you’re not fully satisfied with S3Vector’s write, query, or recall performance, I’d encourage you to take a look at what we’ve built with Zilliz Cloud. It may not al…
-
comment
Comment #45170768
Author of this article. Yes, I’m the founder and maintainer of the Milvus project, and also a big fan of many AWS projects, including S3, Lambda, and Aurora. Personally, I don’t co…
-
comment
Comment #44996123
Curious—why the shift from a Milvus-compatible API to a Chroma-compatible one? And of course, something in Python… because that’s obviously the fastest way to conquer the world.
-
comment
Comment #44723091
Code Context is an MCP plugin that brings semantic code search to Claude Code, Gemini CLI, or any AI coding agent. Full codebase indexing means richer context and better code gener…
- story
- story
-
comment
Comment #44530141
Same as cursor, We update every 5 minutes. You can pick a local storage or using cloud services for sure
-
comment
Comment #44530122
Postgres users often hit scaling issues — whether it's with LISTEN/NOTIFY, PGVector, or even basic relational queries. For startups, Postgres is a fantastic first choice. But plan …
-
comment
Comment #44529692
Also let us know your ideas! How do we make code search easier
-
story
Claude Code/Cursor is using grep? Are we devolving
Every AI coding tool has a search problem. Claude uses grep. Cursor does basic vector search. Context retrieval? Honestly, pretty mediocre. As a co-founder of a vector database com…
-
comment
Comment #44292282
Most vector database benchmarks today focus on toy use cases: static data, pure ANN search, no filters, no writes. That’s not how things work in production. We built VectorDBBench …
- story
- story
- story