<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --------- Co-authored-by: lxobr <122801072+lxobr@users.noreply.github.com> Co-authored-by: Hande <159312713+hande-k@users.noreply.github.com>
19 lines
437 B
TOML
19 lines
437 B
TOML
[project]
|
|
name = "comparative-evals"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"cognee==0.2.0",
|
|
"deepeval>=3.2.8",
|
|
"dotenv>=0.9.9",
|
|
"gdown>=5.2.0",
|
|
"graphiti-core>=0.17.8",
|
|
"langchain-openai>=0.3.28",
|
|
"lightrag-hku[api]>=1.4.1",
|
|
"mem0ai>=0.1.114",
|
|
"modal>=1.0.5",
|
|
"nano-vectordb>=0.0.4.3",
|
|
"openai>=1.97.0",
|
|
"plotly>=6.2.0",
|
|
]
|