Skip to content

Releases: nextcloud/context_chat_backend

v5.4.1

Choose a tag to compare

@kyteinsky kyteinsky released this 16 Jul 13:28
c4c2bd5

5.4.1 - 2026-07-16

Changed

Fixed

v5.4.0

Choose a tag to compare

@kyteinsky kyteinsky released this 16 Jul 13:27
9c525e5

5.4.0 - 2026-06-24

Highlights

  • The indexing direction has been reversed now. Instead of the context_chat PHP app sending documents to the context_chat_backend ExApp, the ExApp downloads the documents from the server according to a list obtained from the PHP app. This also means that the occ context_chat:scan command serves no purpose and has been removed. Indexing should be smoother and run continuously now.
  • Kubernetes support to scale the CPU computation
  • Separate docker images for CPU, CUDA and ROCM (uses Vulkan) instead of one heavy CUDA/CPU image
  • CUDA 12.8 is shipped in the CUDA image so the host drivers should be updated to this at the minimum.

Added

Changed

Fixed

v5.4.0-beta0

v5.4.0-beta0 Pre-release
Pre-release

Choose a tag to compare

@kyteinsky kyteinsky released this 26 May 08:33
fe0c3a2

5.4.0-beta0 - 2026-05-26

Added

Changed

Fixed

v5.3.0

Choose a tag to compare

@kyteinsky kyteinsky released this 23 Feb 04:51
257c5ce

Added

  • migrate from httpx to niquests (#275) @kyteinsky
  • added support for NC 34

Fixed

v4.6.0

Choose a tag to compare

@kyteinsky kyteinsky released this 23 Feb 05:12
2df6ee8

Changed

  • pin max NC version to 31

Fixed

Added

v5.2.0

Choose a tag to compare

@kyteinsky kyteinsky released this 08 Jan 15:51
318acdc

5.2.0 - 2025-01-08

Added

Fixed

v5.1.0

Choose a tag to compare

@kyteinsky kyteinsky released this 05 Dec 09:13
dc76152

5.1.0 - 2025-12-05

Added

  • add env var to skip model downloads from huggingface (#242) @kyteinsky

Fixed

  • narrow down pip's package search and other ci fixes (#236) @kyteinsky

v5.0.1

Choose a tag to compare

@kyteinsky kyteinsky released this 12 Nov 11:34
ab2adcd

5.0.1 - 2025-11-12

Fixed

Changed

v5.0.0

Choose a tag to compare

@kyteinsky kyteinsky released this 15 Oct 10:11
0f9dc3f

5.0.0 - 2025-10-15

Changed

Fixed

  • make the wait message not look like an error in em server (#225) @kyteinsky
  • ensure the decoded text from the document is utf-8 compat (#223) @kyteinsky

v4.5.0

Choose a tag to compare

@kyteinsky kyteinsky released this 23 Sep 11:03
e8e96fb

4.5.0 - 2025-09-23

Changed

  • stable release of the 4.5.0-beta series
  • bump max NC version to 33
  • store worker logs and present them better (#200) @kyteinsky

Fixed

Added