Ecosyste.ms: Timeline

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

hicder

hicder created a review comment on a pull request on hicder/muopdb
new line at the end

View on GitHub

hicder created a review on a pull request on hicder/muopdb
Right now our code relies on the fact that higher distance = documents not similar. I think you'll need to flip dot product to ensure that consistency

View on GitHub

hicder created a review on a pull request on hicder/muopdb
Right now our code relies on the fact that higher distance = documents not similar. I think you'll need to flip dot product to ensure that consistency

View on GitHub

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

View on GitHub

hicder pushed 1 commit to master hicder/muopdb
  • Fix tmp directory name (#236) d1c2c3b

View on GitHub

hicder closed a pull request on hicder/muopdb
Fix tmp directory name
hicder opened a pull request on hicder/muopdb
Fix tmp directory name
hicder created a branch on hicder/muopdb

hicder/fix-tmp-directory - MuopDB - A Vector Database

hicder pushed 1 commit to master hicder/muopdb
  • Make collection work e2e (#235) a74750a

View on GitHub

hicder closed a pull request on hicder/muopdb
Make collection work e2e
With a demo in python
hicder pushed 1 commit to hicder/insert-flush hicder/muopdb

View on GitHub

hicder opened a pull request on hicder/muopdb
Make collection work e2e
With a demo in python
hicder pushed 1 commit to hicder/insert-flush hicder/muopdb

View on GitHub

hicder created a branch on hicder/muopdb

hicder/insert-flush - MuopDB - A Vector Database

hicder pushed 1 commit to master hicder/muopdb
  • GRPC endpoint for insert and flush (#234) 2e2d4da

View on GitHub

hicder closed a pull request on hicder/muopdb
GRPC endpoint for insert and flush
Add `insert` and `flush` endpoints for `index_server`. This will be used for a quick POC where we will insert and manually flush to create a segment.
hicder opened a pull request on hicder/muopdb
GRPC endpoint for insert and flush
Add `insert` and `flush` endpoints for `index_server`. This will be used for a quick POC where we will insert and manually flush to create a segment.
hicder created a branch on hicder/muopdb

hicder/grpc-insert - MuopDB - A Vector Database

hicder deleted a branch hicder/muopdb

hicder/persist-toc-versions

hicder pushed 1 commit to master hicder/muopdb
  • Persist TOC for collection (#233) f7169db

View on GitHub

hicder closed an issue on hicder/muopdb
Integrate the `Segment` class into `Collection` class
* Each version in `Collection` class will have a list of segments * Persist the TOC/versions * Reader for a Collection
hicder closed a pull request on hicder/muopdb
Persist TOC for collection
Close #220
hicder pushed 1 commit to hicder/persist-toc-versions hicder/muopdb
  • Persist TOC for collection 117f077

View on GitHub

hicder opened a pull request on hicder/muopdb
Persist TOC for collection
hicder pushed 1 commit to hicder/persist-toc-versions hicder/muopdb
  • Persist TOC for collection 0425aed

View on GitHub

hicder created a branch on hicder/muopdb

hicder/persist-toc-versions - MuopDB - A Vector Database

hicder pushed 1 commit to master hicder/muopdb
  • Use RwLock instead of Mutex for versions info (#232) e92bb2e

View on GitHub

hicder closed a pull request on hicder/muopdb
Use RwLock instead of Mutex for versions info
As titled. This allows multiple reads
hicder opened a pull request on hicder/muopdb
Use RwLock instead of Mutex for versions info
As titled. This allows multiple reads
hicder pushed 1 commit to hicder/use-rwlock-versions hicder/muopdb
  • Use RwLock instead of Mutex for versions info 78654ff

View on GitHub

Load more