first commit

This commit is contained in:
2026-06-12 14:02:15 +08:00
commit 9cbdc1d95d
69 changed files with 9486 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "ragas-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alibabacloud-credentials>=1.0.3",
"alibabacloud-docmind-api20220711>=1.0.8",
"alibabacloud-tea-openapi>=0.4.1",
"alibabacloud-tea-util>=0.3.13",
"datasets>=4.0.0",
"langchain-community==0.4.2",
"langchain-openai==1.2.2",
"openai>=1.0.0",
"pandas>=3.0.0",
"pydantic-settings>=2.14.1",
"ragas==0.4.3",
]