Skip to content

Releases: deepsense-ai/ragbits

v0.16.0

29 Apr 17:13
7d98afe
Compare
Choose a tag to compare

0.16.0 (2025-04-29)

Changed

  • ragbits-chat updated to version v0.16.0
  • ragbits-cli updated to version v0.16.0
  • ragbits-document-search updated to version v0.16.0
  • ragbits-evaluate updated to version v0.16.0
  • ragbits-guardrails updated to version v0.16.0
  • ragbits-core updated to version v0.16.0

v0.15.0

28 Apr 11:27
ebb5203
Compare
Choose a tag to compare

0.15.0 (2025-04-28)

Changed

  • ragbits-chat updated to version v0.15.0
  • ragbits-cli updated to version v0.15.0
  • ragbits-document-search updated to version v0.15.0
  • ragbits-evaluate updated to version v0.15.0
  • ragbits-guardrails updated to version v0.15.0
  • ragbits-core updated to version v0.15.0

v0.14.0

22 Apr 11:48
be53110
Compare
Choose a tag to compare

0.14.0 (2025-04-22)

Changed

  • ragbits-chat updated to version v0.14.0
  • ragbits-cli updated to version v0.14.0
  • ragbits-document-search updated to version v0.14.0
  • ragbits-evaluate updated to version v0.14.0
  • ragbits-guardrails updated to version v0.14.0
  • ragbits-core updated to version v0.14.0

v0.13.0

02 Apr 07:08
04ed313
Compare
Choose a tag to compare

0.13.0 (2025-04-02)

Changed

  • ragbits-cli updated to version v0.13.0
  • ragbits-conversations updated to version v0.13.0
  • ragbits-document-search updated to version v0.13.0
  • ragbits-evaluate updated to version v0.13.0
  • ragbits-guardrails updated to version v0.13.0
  • ragbits-core updated to version v0.13.0

v0.12.0

25 Mar 17:53
a3b4ee4
Compare
Choose a tag to compare

0.12.0 (2025-03-25)

Changed

  • ragbits-cli updated to version v0.12.0
  • ragbits-conversations updated to version v0.12.0
  • ragbits-document-search updated to version v0.12.0
  • ragbits-evaluate updated to version v0.12.0
  • ragbits-guardrails updated to version v0.12.0
  • ragbits-core updated to version v0.12.0

v0.11.0

25 Mar 11:49
6b6171d
Compare
Choose a tag to compare

0.11.0 (2025-03-25)

Changed

  • ragbits-cli updated to version v0.11.0
  • ragbits-conversations updated to version v0.11.0
  • ragbits-document-search updated to version v0.11.0
  • ragbits-evaluate updated to version v0.11.0
  • ragbits-guardrails updated to version v0.11.0
  • ragbits-core updated to version v0.11.0

v0.10.2

21 Mar 15:24
56cb6e6
Compare
Choose a tag to compare

0.10.2 (2025-03-21)

Changed

  • ragbits-cli updated to version v0.10.2
  • ragbits-conversations updated to version v0.10.2
  • ragbits-document-search updated to version v0.10.2
  • ragbits-evaluate updated to version v0.10.2
  • ragbits-guardrails updated to version v0.10.2
  • ragbits-core updated to version v0.10.2

v0.10.1

19 Mar 13:39
681a670
Compare
Choose a tag to compare

0.10.1 (2025-03-19)

Changed

  • ragbits-cli updated to version v0.10.1
  • ragbits-conversations updated to version v0.10.1
  • ragbits-document-search updated to version v0.10.1
  • ragbits-evaluate updated to version v0.10.1
  • ragbits-guardrails updated to version v0.10.1
  • ragbits-core updated to version v0.10.1

v0.10.0

17 Mar 10:22
fce9ae2
Compare
Choose a tag to compare

0.10.0 (2025-03-17)

Changed

  • ragbits-cli updated to version v0.10.0
  • ragbits-conversations updated to version v0.10.0
  • ragbits-document-search updated to version v0.10.0
  • ragbits-evaluate updated to version v0.10.0
  • ragbits-guardrails updated to version v0.10.0
  • ragbits-core updated to version v0.10.0

v0.9.0

25 Feb 13:13
273276d
Compare
Choose a tag to compare

0.9.0 (2025-02-25)

Changed

  • ragbits-cli updated to version v0.9.0
  • ragbits-conversations updated to version v0.9.0
    • Add support to persisting history of conversations using sqlalchemy (#354).
  • ragbits-document-search updated to version v0.9.0
    • Add MultiQueryRetrieval (#311).
    • Add AWS S3 source integration (#339).
    • Add Azure BlobStorage source integration (#340).
  • ragbits-evaluate updated to version v0.9.0
    • Add cli for document search evaluation added (#356)
    • Add local data loader (#334).
  • ragbits-guardrails updated to version v0.9.0
  • ragbits-core updated to version v0.9.0
    • Rename "default configuration" to "preferred configuration" (#361).
    • Allow to pass str or dict to LLM.generate() (#286)
    • Fix: changed variable type from Filter to WhereQuery in the Qdrant vector store in list method.