Replies: 0 comments 6 replies
-
Thanks very much! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community and members of infiniflow,
Will the community be interested in pausing the development of RAGFlow a bit, and restructure the project using better dependency management tool? I'm trying to make the Docker image smaller by cutting out the GPU specific dependencies, which I use Poetry to aid me, and I discover few dependencies conflicts:
volcengine
needpycryptodome==3.9.9
gotpycryptodome=3.20.0
volcengine
needpytz==2020.5
gotpytz==2024.1
bcembedding
needtransformers>=4.35.0,<4.37.0
gottransformer==4.38.1
Note:
bcembedding
andvolcengine
aren't version pinnedIt will be nice to use some form of dependency management tools like Poetry or Pipenv to avoid such issues. Not to mention PyCryptodome 3.9.9 and
pytz
both released in 2020, which are very old which PyCryptodome have CVE-2023-52323 vulnerability before version 3.19.1.Again, I don't mind chime in my time to make it happen.
Beta Was this translation helpful? Give feedback.
All reactions