From 5df39b480d438a46afa1571db6480210bccea21b Mon Sep 17 00:00:00 2001 From: SSDGADsss <79641405+SSDGADsss@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:18:55 +0800 Subject: [PATCH] fix rag-service requirements (#2843) In response to the issue raised in # 281, I have added a dependency of 'nbconvert' to the Python dependency list of the avaent rag server, hoping to fix the problem --- py/rag-service/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/py/rag-service/requirements.txt b/py/rag-service/requirements.txt index 5dd24e1..44d6abf 100644 --- a/py/rag-service/requirements.txt +++ b/py/rag-service/requirements.txt @@ -177,3 +177,4 @@ websockets==14.2 wrapt==1.17.2 yarl==1.18.3 zipp==3.21.0 +nbconvert==7.16.6