Re: Multi-segments and HNSW

2022-11-02 Thread Mikhail Khludnev
Hi, MyCoy. I suppose these questions should go into dev@ list. Please join. On Wed, Nov 2, 2022 at 12:57 AM MyCoy Z wrote: > Hi: > > I'm studying the HNSW source code and have some questions regarding > Lucene's multi-segments and HNSW. > > First, some of my unders

Multi-segments and HNSW

2022-11-01 Thread MyCoy Z
Hi: I'm studying the HNSW source code and have some questions regarding Lucene's multi-segments and HNSW. First, some of my understanding: 1. While creating the index, when two segments are being merged, it could rebuild the HNSW graph based on the docs and vectors in the two segmen