Ecosyste.ms: Timeline

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

hicder

hicder created a branch on hicder/muopdb

hicder/use-rwlock-versions - MuopDB - A Vector Database

hicder pushed 1 commit to master hicder/muopdb
  • SPANN reader and writer (#231) 489fe75

View on GitHub

hicder closed a pull request on hicder/muopdb
SPANN reader and writer
Have a separate reader and writer logic for SPANN, and use it in index_writer
hicder pushed 1 commit to hicder/collection_writer hicder/muopdb

View on GitHub

hicder opened a pull request on hicder/muopdb
SPANN reader and writer
Have a separate reader and writer logic for SPANN, and use it in index_writer
hicder pushed 1 commit to hicder/collection_writer hicder/muopdb

View on GitHub

hicder created a branch on hicder/muopdb

hicder/collection_writer - MuopDB - A Vector Database

hicder created a comment on a pull request on hicder/muopdb
closes #230

View on GitHub

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

View on GitHub

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

View on GitHub

hicder pushed 1 commit to master hicder/muopdb
  • Use segment in collection (#230) b6e656a

View on GitHub

hicder closed a pull request on hicder/muopdb
Use segment in collection
No tests yet because I don't have a separate writer and builder for SPANN. Will do it next.
hicder pushed 1 commit to hicder/use-segment hicder/muopdb
  • Use segment in collection 984bed1

View on GitHub

hicder opened a pull request on hicder/muopdb
Use segment in collection
No tests yet because I don't have a separate writer and builder for SPANN. Will do it next.
hicder created a branch on hicder/muopdb

hicder/use-segment - MuopDB - A Vector Database

hicder closed an issue on hicder/muopdb
Segment class with common API
* Insert * Delete
hicder pushed 1 commit to master hicder/muopdb

View on GitHub

hicder closed a pull request on hicder/muopdb
Segment trait
Just the trait. Close #219
hicder opened a pull request on hicder/muopdb
Segment trait
Just the trait. Close #219
hicder created a branch on hicder/muopdb

hicder/delete-endpoint - MuopDB - A Vector Database

hicder edited a wiki page on hicder/muopdb
hicder opened an issue on hicder/muopdb
Workers Pool for segment engines and writes
Use a single worker pools (multiple workers) to handle all the segment engines and applying writes
hicder opened an issue on hicder/muopdb
Elias-Fano encoding for IVF
hicder closed an issue on hicder/muopdb
SPANN: Posting list expansion
hicder opened an issue on hicder/muopdb
Compactor segment engine
This will go and merge segments based on some criterias (not sure yet)
hicder opened an issue on hicder/muopdb
Vacumn segment engine
This will go and create new segment that gets rid of all the deleted docs
hicder opened an issue on hicder/muopdb
Implement `PendingModificationSegment`
This class will: * on `delete`, queue up the deletion * on `search`, check against that queue for unapplied deletion docs * new API: `flush` to flush the deletion request
hicder opened an issue on hicder/muopdb
Immutable segment implementation
Just need to implement `delete`, which consists of: * existence check for a doc_id (with bloom filter) * deleted bitmap
hicder opened an issue on hicder/muopdb
Mutable segment implementation
Need to implement: * insert * delete Can we reuse the builder classes? Also, just need to implement for SPANN
hicder opened an issue on hicder/muopdb
Integrate the `Segment` class into `Collection` class
Each version in `Collection` class will have a list of segments
Load more