Ecosyste.ms: Timeline

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

tyb0807

tyb0807 pushed 1 commit to master hicder/muopdb

View on GitHub

tyb0807 pushed 2 commits to tyb0807/ivf_idx hicder/muopdb
  • Update IVF to use combined file format (#140) 952731e
  • IvfReader bbbde75

View on GitHub

tyb0807 deleted a branch hicder/muopdb

tyb0807/reader

tyb0807 pushed 1 commit to master hicder/muopdb
  • Update IVF to use combined file format (#140) 952731e

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Update IVF to use combined file format
tyb0807 pushed 1 commit to tyb0807/reader hicder/muopdb
  • Update IVF to use combined file format cdbbb50

View on GitHub

tyb0807 pushed 50 commits to tyb0807/ivf_idx hicder/muopdb
  • Remove anyhow:: prefix for consistency (#92) 5a6a8d2
  • Remove debug leftover (#93) Co-authored-by: BuildKite <[email protected]> 18dfa81
  • [NFC] Remove duplication (#94) 911bd5b
  • Implement Fast Clustering with Flexible Balance Constriants (#95) eb560f3
  • Add tests to kmeans clustering (#96) 9963d8c
  • typo 48c3532
  • Fix typo (#97) 2a8b118
  • Add more tests to kmeans (#99) 72bd869
  • Add num_vectors to fixed_file API and refactor (#98) cc09ae5
  • Add more test to FixedFileVectorStorage::new (#100) 51f244d
  • Use FixedFileVectorStorage for IVF's dataset (#101) 0768caa
  • Revert "Use FixedFileVectorStorage for IVF's dataset (#101)" (#102) This reverts commit 0768caaa2018c114fc626fdc21e4... 00cd75c
  • Setup Github workflow d11cd3a
  • Revert "Setup Github workflow" This reverts commit d11cd3a12783ba55bc9795ed1873e1a7861f2b6d. 8079088
  • Parallelize KMeans computation (#104) c160ef9
  • Use FixedFileVectorStorage for IVF's dataset (#103) 63c5d98
  • [NFC] Remove dead code (#105) 148778e
  • Use FixedFileVectorStorage for IVF's centroids (#106) f5f8fa9
  • Chase down unwrap() in utils (#107) ee7ca20
  • Further optimize KMeans calculation (#109) f54a61e
  • and 30 more ...

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
Update IVF to use combined file format
tyb0807 pushed 2 commits to tyb0807/reader hicder/muopdb
  • Introduce fixed centroid + posting list file (#139) 15eefab
  • Update IVF to use combined file format 5cb518b

View on GitHub

tyb0807 pushed 1 commit to tyb0807/reader hicder/muopdb
  • Update IVF to use combined file format 9cbbf07

View on GitHub

tyb0807 pushed 1 commit to master hicder/muopdb
  • Introduce fixed centroid + posting list file (#139) 15eefab

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Introduce fixed centroid + posting list file
This will be used in IVF instead of separate centroid storage + posting list storage. This avoids having to create a fixed centroid storage and a fixed posting list storage by IvfReader when cre...
tyb0807 pushed 1 commit to tyb0807/reader hicder/muopdb
  • Introduce fixed centroid + posting list file 09d2b87

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
Introduce fixed centroid + posting list file
This will be used in IVF instead of separate centroid storage + posting list storage. This avoids having to create a fixed centroid storage and a fixed posting list storage by IvfReader when cre...
tyb0807 pushed 1 commit to master hicder/muopdb
  • Update IVF index to use PostingListStorage (#136) c193fcd

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Update IVF index to use PostingListStorage
tyb0807 deleted a branch hicder/muopdb

tyb0807/builder

tyb0807 pushed 1 commit to tyb0807/fix hicder/muopdb
  • Fix slice indexing length 7a19a03

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
Fix slice indexing length
tyb0807 created a branch on hicder/muopdb

tyb0807/fix - MuopDB - A Vector Database

tyb0807 opened a pull request on hicder/muopdb
Update IVF index to use PostingListStorage
tyb0807 pushed 3 commits to tyb0807/ivf hicder/muopdb
  • Fix out of bound bug in FixedFileVectorStorage (#134) 3f87291
  • Avoid using unsafe when not needed (#135) 131c8ed
  • Update IVF index to use PostingListStorage 7218ac2

View on GitHub

tyb0807 pushed 1 commit to master hicder/muopdb
  • Fix out of bound bug in FixedFileVectorStorage (#134) 3f87291

View on GitHub

tyb0807 closed a pull request on hicder/muopdb
Fix out of bound read in FixedFileVectorStorage
tyb0807 pushed 2 commits to tyb0807/ivf hicder/muopdb
  • Update IvfWriter with IvfBuilder API changes (#133) 7441d9d
  • Fix out of bound bug in FixedFileVectorStorage 304b161

View on GitHub

tyb0807 created a branch on hicder/muopdb

tyb0807/ivf - MuopDB - A Vector Database

tyb0807 deleted a branch hicder/muopdb

tyb0807/ivf

tyb0807 pushed 1 commit to master hicder/muopdb
  • Update IvfWriter with IvfBuilder API changes (#133) 7441d9d

View on GitHub

tyb0807 opened a pull request on hicder/muopdb
Update IvfWriter with IvfBuilder API changes
tyb0807 pushed 3 commits to tyb0807/ivf hicder/muopdb
  • Update IVFWriter to write a new IVF format (#131) cf419a9
  • Implement FixedFilePostingListStorage for IVF (#132) b3a077e
  • Update IvfWriter with IvfBuilder API changes ca66b25

View on GitHub

Load more