GitHub user PragmaTwice edited a comment on the discussion: Vector Search HNSW Indexing Encoding
Thank you! You can check this issue for the current encoding (and a newly proposed one) of the search framework: https://github.com/apache/kvrocks/issues/2329 So basically you can add a new field type, associated with the metadata encoding and index data encoding, e.g. ``` vector field metadata encoding: 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-9566183 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
