Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tyb0807 closed a pull request on hicder/muopdb
Complete idx assignment
We also compare the posting list as a way to break ties for `PostingListWithStoppingPoints`. This makes choosing the next top of heap element deterministic (when processing a given stopping point)tyb0807 created a review comment on a pull request on hicder/muopdb
I mean this is just to assign the IDs. The reindexing (rearranging vectors in vector storage + updating doc_id_mapping) will be done in `reindex` indeed. This is the current structure of HNSW.
tyb0807 pushed 55 commits to tyb0807/nfc hicder/muopdb
- Use Result for error handling in FileBackedAppendableVectorStorage (#125) eafad4a
- Use Result instead of Option for error handling (#126) 2888302
- More tests to vector storage (#127) b0466dd
- Appendable posting list storage (#124) * New format for IVF * Use struct instead of enum * Appendable posting... 94f59cd
- Fix warnings (#128) d341cc2
- Fix offset when appending multiple big posting lists (#129) b8f039f
- Update IVFBuilder to use appendable posting list files (#130) 6d2e8c8
- Update IVFWriter to write a new IVF format (#131) cf419a9
- Implement FixedFilePostingListStorage for IVF (#132) b3a077e
- Update IvfWriter with IvfBuilder API changes (#133) 7441d9d
- Fix out of bound bug in FixedFileVectorStorage (#134) 3f87291
- Avoid using unsafe when not needed (#135) 131c8ed
- Fix crash (#138) b556bf5
- Update IVF index to use PostingListStorage (#136) c193fcd
- Introduce fixed centroid + posting list file (#139) 15eefab
- Update IVF to use combined file format (#140) 952731e
- IvfReader (#91) 9aebe8b
- Add index_writer unit tests (#141) ff0bbbe
- Refactor config and arg for index_writer to support different index types (#142) d3a4f4d
- num_probes should be provided in search (#144) d5702be
- and 35 more ...
tyb0807 pushed 1 commit to master hicder/muopdb
- Use 2 separate mmaps for metadata and posting lists (#178) 23aedda
tyb0807 pushed 1 commit to tyb0807/pl hicder/muopdb
- Use 2 separate mmaps for metadata and posting lists 52730f8