GitHub user PragmaTwice added a comment to the discussion: Vector Search HNSW Indexing Encoding
Thank you for your great design proposal and your efforts! I think there are generally no major issues with your proposal, but there are a few points to note: - For the encoding of indexes, it is different from the encoding of redis data types. We maintain the encoding of all types of indexes in `search_encoding.h` (such as tag type: https://github.com/apache/kvrocks/blob/unstable/src/search/search_encoding.h#L107), which you can refer to. - Could you explain a little bit about the role of inverted index key-values? It seems that we don't really need to maintain this in [KQIR](https://github.com/apache/kvrocks/tree/unstable/src/search). GitHub link: https://github.com/apache/kvrocks/discussions/2316#discussioncomment-9456883 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
