infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
22.48k stars 2.2k forks source link

[Bug]: Dependency package not found in requirements.txt #915

Closed jhualee closed 1 month ago

jhualee commented 5 months ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

c0d71adaa2c6c8d5b54d2ec5e4fe51ad0ea07c01

Other environment information

No response

Actual behavior

启动服务报pytz、volcengine依赖包找不到

Expected behavior

期望在requirements.txt中增加pytz、volcengine依赖包

Steps to reproduce

启动服务时,报pytz、volcengine依赖包找不到

Additional information

暂无

KevinHuSh commented 5 months ago

It will be fixed.

yuzhichang commented 1 month ago

We've replaced pip with poetry.