Skip to content

Tags: bclavie/RAGatouille

Tags

0.0.8post1

Toggle 0.0.8post1's commit message
version bump

0.0.8

Toggle 0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/indexing faissless (#173)

* fix: fix searcher always being reloaded

* feat: implement torch kmeans

* chore: lower cutoff

* chore: move warning

* chore: higher kmeans batch size

* chore: argument support

* chore: restore all default behaviour when `use_faiss` is True after having been false

* chore: lint

* chore: print exception if one occurs when using pytorch indexing

* chore: make _original_train_kmeans robust to subsequent calls

* nit: comment

feat: rework kmeans to be closer to FAISS

chore: store kmeans functions as class attributes

fix: method assignment

chore: more memory efficient

lint

chore: lower bsize, resultd unaffected

feat: better batching, slower max doc count

chore: batch size safe for 8gb GPUs

chore: more elaborate warning

chore: use external lib to support minibatching, revert to homebrew later

* poetry lock

* lint

* chore: better batch size

* 0.0.8 dependency prep

0.0.7post3

Toggle 0.0.7post3's commit message
version bump

0.0.7post2

Toggle 0.0.7post2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore/lower bs for long docs (#134)

* chore: auto-adjust batch size for longer docs

* chore: move function to more appropriate file

* fix bsize calc

0.0.7post1

Toggle 0.0.7post1's commit message
fix: poetry lock

0.0.6c2

Toggle 0.0.6c2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: dynamically increase query params for higher `k` values (#131)

* fix: return enough results if k > ncells*32

* fix: increase both ndocs and ncells to match k

* chore: prepare release

* linting

* chore: saner ncells for larger datasets

* linting

0.0.6b5

Toggle 0.0.6b5's commit message
chore: format & minor fixes

0.0.6b2

Toggle 0.0.6b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: ✏️ updating hyperlink (#88)

Co-authored-by: Almonok <[email protected]>

0.0.6b0

Toggle 0.0.6b0's commit message
readme: download badge

0.0.6a1

Toggle 0.0.6a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Fixes, better param handling (#77)

* fix: miner fixes, encoding length

* chore: pre-release