Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hicder created a review comment on a pull request on hicder/muopdb
new line at the end
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
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
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 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 Collectionhicder pushed 1 commit to hicder/persist-toc-versions hicder/muopdb
- Persist TOC for collection 117f077
hicder pushed 1 commit to hicder/persist-toc-versions hicder/muopdb
- Persist TOC for collection 0425aed
hicder pushed 1 commit to master hicder/muopdb
- Use RwLock instead of Mutex for versions info (#232) e92bb2e
hicder closed a pull request on hicder/muopdb
Use RwLock instead of Mutex for versions info
As titled. This allows multiple readshicder opened a pull request on hicder/muopdb
Use RwLock instead of Mutex for versions info
As titled. This allows multiple readshicder pushed 1 commit to hicder/use-rwlock-versions hicder/muopdb
- Use RwLock instead of Mutex for versions info 78654ff