Skip to content

v5.4.0

Latest

Choose a tag to compare

@kyteinsky kyteinsky released this 16 Jul 13:20
· 32 commits to main since this release
6cea0df

[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

  • fix(FsEvents): add cc_fs_events_full_idx index in the existing migration for new installs (#238) @kyteinsky
  • update readme and remove unused code chunks (#240) @kyteinsky
  • better error messages for file serving endpoint (#242) @kyteinsky
  • move task types to the backend (#248) @kyteinsky

Fixed