GitHub user Beihao-Zhou added a comment to the discussion: Vector Search HNSW Indexing Encoding
Yes, basically through the encoding like below, which is stored in rocksdb as key value pairs. I could know how the graph is constructed, and then run hnsw search on it ``` ns | FIELD_META | index name | field name -> field flag | ... (like type, dim..) vector field index encoding: ns | FIELD | index name | field name | ... -> ... (like nodes, edges) ``` GitHub link: https://github.com/apache/kvrocks/discussions/2316#discussioncomment-9764678 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
