nw9663644-eng commented on code in PR #356:
URL: https://github.com/apache/hugegraph-ai/pull/356#discussion_r3362544628
##########
hugegraph-llm/pyproject.toml:
##########
@@ -53,6 +53,7 @@ dependencies = [
"gradio",
"jieba",
"python-docx",
+ "pypdf",
Review Comment:
Thanks for the note. The root uv constraint has been added for `pypdf` as
`pypdf~=6.12.0` under `tool.uv.constraint-dependencies`, so the PDF parser
dependency is now resolved consistently with the rest of the LLM runtime stack.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]