first commit
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user