Replies: 1 comment 3 replies
-
Hi @wdywjm, we don't upsert directly into HNSW. Instead, HNSW index is build during optimization step. In this way we can generate immutable data structures which are much more efficient than mutable index |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm interesting in Qdrant project, so I try to learn the source code. I want to figure out what's going on when some points insert/upsert into a collection, specially for a Hnsw index. But only what I can found is something for search or build whole index (segment optimizer workers do this), can not found about the process of upsert points into Hnsw index. Dose it never happen when upsert points or there is another stuff to update Hnsw index? A lot thanks if some favor.
Beta Was this translation helpful? Give feedback.
All reactions