20 lines
506 B
TOML
20 lines
506 B
TOML
|
|
[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",
|
||
|
|
]
|