Skip to content

Commit 4b1321c

Browse files
xiangyang-95gooishin
authored andcommitted
bug: fix rag toolkit vulnerabilities (#775)
* fix: update package-lock.json to add dompurify and its types, and bump next version to 14.2.32 * fix: update langchain and related dependencies to latest versions
1 parent 260f1b7 commit 4b1321c

File tree

2 files changed

+75
-47
lines changed

2 files changed

+75
-47
lines changed

usecases/ai/rag-toolkit/backend/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ RUN python3 -m pip install fastapi[all]==0.111.0 \
6666
openai==1.56.2 \
6767
pyyaml==6.0.1 \
6868
pypdf==6.0.0 \
69-
langchain==0.3.8 \
70-
langchain-chroma==0.1.4 \
71-
langchain-community===0.3.8 \
72-
chromadb==0.5.18 \
69+
langchain==0.3.27 \
70+
langchain-chroma==0.2.5 \
71+
langchain-community===0.3.27 \
72+
chromadb==1.0.20 \
7373
'huggingface_hub>=0.23.0' \
7474
botocore==1.34.88 \
7575
cached_path==1.6.3 \

usecases/ai/rag-toolkit/edge-ui/package-lock.json

Lines changed: 71 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)