Skip to content

Releases: superlinear-ai/raglite

v0.5.0

17 Dec 09:49
2e9bfaf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

05 Dec 20:50
0c5b7b5
Compare
Choose a tag to compare

What's Changed

  • fix: support embedding with LiteLLM for Ragas by @undo76 in #56
  • fix: add and enable OpenAI strict mode by @undo76 in #55

Full Changelog: v0.4.0...v0.4.1

v0.4.0

04 Dec 16:31
abb4d1b
Compare
Choose a tag to compare

What's Changed

  • feat: improve late chunking and optimize pgvector settings by @lsorber in #51
    • Add a workaround for #24 to increase the embedder's context size from 512 to a user-definable size.
    • Increase the default embedder context size to 1024 tokens (more degrades bge-m3's performance).
    • Upgrade llama-cpp-python to the latest version.
    • More robust testing of rerankers with Kendall's rank correlation coefficient.
    • Optimise pgvector's settings.
    • Offer better control of oversampling in hybrid and vector search.
    • Upgrade to the PostgreSQL 17.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Dec 18:26
0fd1970
Compare
Choose a tag to compare

What's Changed

  • feat: support prompt caching and apply Anthropic's long-context prompt format by @undo76 in #52

Full Changelog: v0.2.1...v0.3.0

v0.2.1

22 Nov 17:12
003967b
Compare
Choose a tag to compare

What's Changed

  • fix: add fallbacks for model info by @undo76 in #44
  • fix: improve unpacking of keyword search results by @lsorber in #46
  • fix: upgrade rerankers and remove flashrank patch by @lsorber in #47
  • fix: improve structured output extraction and query adapter updates by @emilradix in #34

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Oct 15:36
fdf803b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

15 Oct 08:36
76f2f1b
Compare
Choose a tag to compare

What's Changed

  • fix: fix optimal chunking edge cases by @lsorber in #32

Full Changelog: v0.1.3...v0.1.4

v0.1.3

13 Oct 18:25
a593ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Oct 12:43
ed215cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Oct 21:09
12dd4b4
Compare
Choose a tag to compare

What's Changed

  • docs: improve installation instructions by @lsorber in #21
  • fix: patch rerankers flashrank issue by @lsorber in #22

Full Changelog: v0.1.0...v0.1.1