Tags: infiniflow/ragflow
Tags
build(deps): bump pypdf from 6.13.1 to 6.14.2 (#17372) Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.1 to 6.14.2. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(web): prevent multi-select popover from closing on first selection ( #17310)
Go: add context to lots of interface (#17253) Signed-off-by: Jin Hai <haijin.chn@gmail.com>
migrate: replace zhipuai with zai-sdk to unblock pyjwt CVE fix (#17197) ## Summary Old `zhipuai==2.0.1` SDK (MetaGLM/zhipuai-sdk-python-v4) requires `pyjwt~=2.8.0`, which blocks upgrading pyjwt past 2.8.0 to address active CVEs. The upstream project now recommends the maintained successor [`zai-sdk`](https://github.com/zai-org/z-ai-sdk-python). `zai-sdk` relaxes the pyjwt constraint to `>=2.9.0,<3.0.0`, allowing pyjwt 2.13.0+. The embedding API surface (`client.embeddings.create`) is identical, no functional changes required. Related CVE's: - CVE-2026-48522 - CVE-2026-48524 - CVE-2026-48525 - CVE-2026-48526 - CVE-2026-32597
Fix: The form related to switching the dataset pipeline configuration… … was not rendered. (#17124)
fix: add accessible check for datasets (#17116) ### Summary As title: Some operations on datasets have been fixed as they previously lacked authentication, preventing team members from proper or correct usage. --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Feat: Add dataset_navigate to agentic searhc (#17052) ### Summary Add dataset_navigate tool to agentic search --------- Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com>
fix: unable to use multi model chat (#17097) ### Summary As title
PreviousNext