Skip to content

Releases: AnswerDotAI/RAGatouille

0.0.6a1

27 Jan 16:08
2ac1b1d
Compare
Choose a tag to compare

Fixes & minor improvements:

  • Better verbosity control, especially for high-CRUD encode() scenarios
  • Fixed max document length being often set too low when using in-memory encode() or rerank()
  • Allow forced overwrite of indexes (#63)
  • Fix wrong argument being passed to negative miner (should not have had any impact in practice)

0.0.5b1

25 Jan 18:05
fde5376
Compare
Choose a tag to compare
  • In-memory encodings support: store document embeddings in RAGPretrainedModel to be queried without an index

0.0.5a2

24 Jan 21:38
Compare
Choose a tag to compare

Ensure new indexes are compatible with old ones

0.0.5a

24 Jan 20:39
Compare
Choose a tag to compare

Initial "proper" release. Changelogs begin now.