Skip to content

Releases: nextcloud-releases/context_chat_backend

v4.0.3

10 Jan 20:41
450c279
Compare
Choose a tag to compare

4.0.3 - 2025-01-10

Fixed

  • prevent two concurrent requests processing the same source (#130) @kyteinsky
  • shorten wait to 10 mins before failing in load sources for max requests allowed (#130) @kyteinsky

v4.0.2

09 Jan 10:37
d1db8a1
Compare
Choose a tag to compare

4.0.2 - 2025-01-09

Fixed

  • fix utf-8 encoding fixes (#118) @kyteinsky
  • decl access update in doc indexing (#125) @kyteinsky
  • ignore temp exceptions during task polling (#127) @kyteinsky

v4.0.1

19 Dec 10:53
c3cc44b
Compare
Choose a tag to compare

4.0.1 - 2024-12-19

Fixed

  • only remove leftovers from previous db (#115) @kyteinsky

v4.0.0

17 Dec 12:00
3a53448
Compare
Choose a tag to compare

4.0.0 - 2024-12-17

Changed

  • database schema change for no data duplication (#108) @kyteinsky
  • remove support for Chroma DB and Weaviate (#108) @kyteinsky

Fixed

  • consider delete successful if doc was not in db (#107) @kyteinsky
  • catch exceptions in update_access loop (#109) @kyteinsky

Added

v4.0.0-beta5

20 Nov 11:27
633191d
Compare
Choose a tag to compare
v4.0.0-beta5 Pre-release
Pre-release

4.0.0-beta5 - 2024-11-20

Fixed

  • selective context args (#105) @kyteinsky
  • print the original traceback of the exception (#105) @kyteinsky

v4.0.0-beta4

13 Nov 21:55
b491b60
Compare
Choose a tag to compare
v4.0.0-beta4 Pre-release
Pre-release

4.0.0-beta4 - 2024-11-14

Fixed

  • do not import types from llama before symlink fix (#102) @kyteinsky
  • change postgres port to 5001 + fixes (#103) @kyteinsky

4.0.0-beta3

11 Nov 22:53
4c0a864
Compare
Choose a tag to compare
4.0.0-beta3 Pre-release
Pre-release

4.0.0-beta3 - 2024-11-12

Fixed

  • import signal package directly (#100) @kyteinsky

4.0.0-beta2

11 Nov 12:43
9004f9c
Compare
Choose a tag to compare
4.0.0-beta2 Pre-release
Pre-release

4.0.0-beta2 - 2024-11-11

Fixed

  • reset the vector db in favour of a new embedding model (#98) @kyteinsky

v3.1.0

30 Sep 11:39
be4144e
Compare
Choose a tag to compare

3.1.0 - 2024-09-30

Changed

  • New minor version to maintain versioning consistency with the companion app

v3.0.5

19 Sep 14:11
Compare
Choose a tag to compare

3.0.5 - 2024-09-19

Fixed

  • lock embedding model forward pass (#78) @kyteinsky