imbajin commented on code in PR #226:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/226#discussion_r2083883053


##########
.gitignore:
##########
@@ -173,3 +173,4 @@ cython_debug/
 *.out
 *.zip
 *.tar.gz
+hugegraph-llm/pyproject.toml

Review Comment:
   why ignore it it git?



##########
hugegraph-llm/pyproject.toml:
##########
@@ -35,54 +35,68 @@ repository = 
"https://github.com/apache/incubator-hugegraph-ai";
 documentation = "https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/";
 "Bug Tracker" = "https://github.com/apache/incubator-hugegraph-ai/issues";
 
+dependencies = [
+    "openai~=1.61.0",
+    "ollama~=0.2.1",
+    "qianfan~=0.3.18",
+    "retry~=0.9.2",
+    "tiktoken>=0.7.0",
+    "nltk~=3.9.1",
+    "gradio>5.0.0",
+    "jieba>=0.42.1",
+    "numpy~=1.24.4",
+    "python-docx~=1.1.2",
+    "langchain-text-splitters~=0.2.2",
+    "faiss-cpu~=1.8.0",
+    "python-dotenv>=1.0.1",
+    "pyarrow~=17.0.0",
+    "pandas<2.2.2",
+    "openpyxl~=3.1.5",
+    "pydantic-settings~=2.6.1",
+    "decorator~=5.1.1",
+    "requests~=2.32.0",
+    "setuptools~=70.0.0",
+    "urllib3~=2.2.2",
+    "rich~=13.9.4",
+    "apscheduler~=3.10.4",
+    "litellm~=1.61.13",
+    "hugegraph-python"
+]
+
+[project.urls]
+Homepage = "https://hugegraph.apache.org/";
+Repository = "https://github.com/apache/incubator-hugegraph-ai";
+Documentation = "https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/";
+"Bug Tracker" = "https://github.com/apache/incubator-hugegraph-ai/issues";
 
-[tool.poetry.dependencies]
-python = "^3.10,<3.12"
-openai = "~1.61.0"
-ollama = "~0.2.1"
-qianfan = "~0.3.18"
-retry = "~0.9.2"
-tiktoken = ">=0.7.0"
-nltk = "~3.9.1"
-gradio = ">5.0.0"
-jieba = ">=0.42.1"
-numpy = "~1.24.4"
-python-docx = "~1.1.2"
-langchain-text-splitters = "~0.2.2"
-faiss-cpu = "~1.8.0"
-python-dotenv = ">=1.0.1"
-pyarrow = "~17.0.0"
-pandas = "<2.2.2"
-openpyxl = "~3.1.5"
-pydantic-settings = "~2.6.1"
-decorator = "~5.1.1"
-requests = "~2.32.0"
-setuptools = "~70.0.0"
-urllib3 = "~2.2.2"
-rich = "~13.9.4"
-apscheduler= "~3.10.4"
-litellm = "~1.61.13"
-hugegraph-python = { path = "../hugegraph-python-client/", develop = true }
 
 [build-system]
-requires = ["poetry-core"]
-build-backend = "poetry.core.masonry.api"
+requires = ["hatchling"]
+build-backend = "hatchling.build"

Review Comment:
   any context for it?



##########
hugegraph-llm/pyproject.toml:
##########
@@ -35,54 +35,68 @@ repository = 
"https://github.com/apache/incubator-hugegraph-ai";
 documentation = "https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/";
 "Bug Tracker" = "https://github.com/apache/incubator-hugegraph-ai/issues";
 
+dependencies = [
+    "openai~=1.61.0",
+    "ollama~=0.2.1",
+    "qianfan~=0.3.18",
+    "retry~=0.9.2",
+    "tiktoken>=0.7.0",
+    "nltk~=3.9.1",
+    "gradio>5.0.0",
+    "jieba>=0.42.1",
+    "numpy~=1.24.4",
+    "python-docx~=1.1.2",
+    "langchain-text-splitters~=0.2.2",
+    "faiss-cpu~=1.8.0",
+    "python-dotenv>=1.0.1",
+    "pyarrow~=17.0.0",
+    "pandas<2.2.2",
+    "openpyxl~=3.1.5",
+    "pydantic-settings~=2.6.1",
+    "decorator~=5.1.1",
+    "requests~=2.32.0",
+    "setuptools~=70.0.0",
+    "urllib3~=2.2.2",
+    "rich~=13.9.4",
+    "apscheduler~=3.10.4",
+    "litellm~=1.61.13",
+    "hugegraph-python"
+]
+
+[project.urls]
+Homepage = "https://hugegraph.apache.org/";
+Repository = "https://github.com/apache/incubator-hugegraph-ai";
+Documentation = "https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/";
+"Bug Tracker" = "https://github.com/apache/incubator-hugegraph-ai/issues";

Review Comment:
   seems duplicate with L33~36?



-- 
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]

Reply via email to