Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tyb0807

tyb0807 created a branch on hicder/muopdb

tyb0807/nfc - MuopDB - A Vector Database

tyb0807 opened a pull request on hicder/muopdb
[NFC] Simplify IDs reassignment
tyb0807 created a branch on hicder/muopdb

tyb0807/ivf - MuopDB - A Vector Database

tyb0807 deleted a branch hicder/muopdb

tyb0807/reassign_all

tyb0807 pushed 1 commit to master hicder/muopdb
  • Complete idx assignment (#183) 0bbe591

View on GitHub

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 pushed 1 commit to tyb0807/reassign_all hicder/muopdb

View on GitHub

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.

View on GitHub

tyb0807 created a review on a pull request on hicder/muopdb

View on GitHub

tyb0807 deleted a branch hicder/muopdb

tyb0807/ivf

tyb0807 pushed 1 commit to master hicder/muopdb
  • More details in error message (#184) 9dc6bfd

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
More details in error message
tyb0807 opened a pull request on hicder/muopdb
More details in error message
tyb0807 opened a pull request on hicder/muopdb
Complete idx assignment
tyb0807 created a branch on hicder/muopdb

tyb0807/reassign_all - MuopDB - A Vector Database

tyb0807 deleted a branch hicder/muopdb

tyb0807/ivf

tyb0807 pushed 1 commit to master hicder/muopdb
  • Reassign duplicated vectors (#182) c532368

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Reassign duplicated vectors
tyb0807 pushed 1 commit to tyb0807/ivf hicder/muopdb
  • Reassign duplicated vectors 3e2a1ee

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
Reassign duplicated vectors
tyb0807 created a branch on hicder/muopdb

tyb0807/ivf - MuopDB - A Vector Database

tyb0807 created a review on a pull request on hicder/muopdb

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
Use PostingListIterator when iterating PostingList
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 ...

View on GitHub

tyb0807 deleted a branch hicder/muopdb

tyb0807/pl

tyb0807 pushed 1 commit to master hicder/muopdb
  • Use 2 separate mmaps for metadata and posting lists (#178) 23aedda

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Use 2 separate mmaps for metadata and posting lists
tyb0807 deleted a branch hicder/muopdb

tyb0807/ivf

tyb0807 pushed 1 commit to tyb0807/pl hicder/muopdb
  • Use 2 separate mmaps for metadata and posting lists 52730f8

View on GitHub

tyb0807 created a review comment on a pull request on hicder/muopdb
No, that's only the case when `mmaps[file_num]` is full.

View on GitHub

Load more