Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hicder closed a pull request on hicder/muopdb
Implement concept of collection
A collection will have multiple versions. Each version will have multiple segments, and a segment can live in one or multiple versions. Each query will need to grab a snapshot of the collection ...hicder opened a pull request on hicder/muopdb
Implement concept of collection
A collection will have multiple versions. Each version will have multiple segments, and a segment can live in one or multiple versions. Each query will need to grab a snapshot of the collection ...hicder pushed 19 commits to hicder/collection hicder/muopdb
- [NFC] Use vector ref instead of vec (#198) a26e1d6
- Introduce quantization to IVF (#199) 8898873
- [NFC] Rename for consistency (#200) 01732da
- Add unit test for IVF quantization (#201) 30883c9
- [NFC] Remove duplicated type trait (#202) 0d9d232
- Introduce QuantizerConfig for better reuse (#203) aabfa30
- Silence warnings (#204) 907878c
- Use product quantization in IVF (#205) dc53e1c
- Add quantized_dimension to header of IVF format (#206) bf3f6bc
- Add quantization to IVF index (#207) 4ce5162
- Add unit test for IVF index search with PQ (#208) c494e7c
- Implement NoQuantizerBuilder (#209) 9b4b9b8
- Remove temp dir for quantization (#211) b94c0e5
- Fix on-disk structure: put quantizer under index dir (#210) 3dea822
- Incorporate quantization to IvfReader (#212) 6ef91c6
- Adjust IVF config (#214) 49941cf
- Write and read quantizer config to avoid hardcoding in index_provider (#215) a11cfbf
- Add args and tests for write_index_writer_config (#216) 19a8846
- Implement multiple segments c7e2e3b
hicder created a review comment on a pull request on continuedev/continue
this change is probably not needed ... my bad
hicder opened a pull request on continuedev/continue
Fix embedding provider not respecting batch size
## Description I believe this is a bug. Having this change makes the indexing using gemini model for "embeddingProvider" succeeds ## Checklist - [] The relevant docs, if any, have been upd...hicder pushed 1 commit to patch-2 hicder/continue
- Fix embedding provider not respecting batch size f60a39e