24 lines
565 B
TOML
24 lines
565 B
TOML
[project]
|
|
name = "rag"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"beautifulsoup4>=4.14.2",
|
|
"chromadb>=1.3.5",
|
|
"langchain-text-splitters>=1.0.0",
|
|
"load-dotenv>=0.1.0",
|
|
"lxml>=6.0.2",
|
|
"openai>=2.9.0",
|
|
"openpyxl>=3.1.5",
|
|
"playwright>=1.56.0",
|
|
"pymupdf>=1.26.6",
|
|
"python-docx>=1.2.0",
|
|
"python-dotenv>=1.2.1",
|
|
"python-pptx>=1.0.2",
|
|
"sentence-transformers>=5.1.2",
|
|
"volcengine>=1.0.207",
|
|
"volcengine-python-sdk[ark]>=4.0.35",
|
|
]
|