2025-04-28 22:53:13 +08:00
|
|
|
[project]
|
|
|
|
|
name = "yuxi-know"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.11"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dashscope>=1.23.2",
|
|
|
|
|
"docx2txt>=0.9",
|
|
|
|
|
"fastapi>=0.115.12",
|
|
|
|
|
"flagembedding>=1.3.4",
|
|
|
|
|
"langchain-community>=0.3.22",
|
2025-05-09 23:45:16 +08:00
|
|
|
"langchain-huggingface>=0.2.0",
|
2025-04-28 22:53:13 +08:00
|
|
|
"langchain-openai>=0.3.14",
|
|
|
|
|
"langgraph>=0.3.34",
|
|
|
|
|
"langsmith>=0.3.37",
|
|
|
|
|
"llama-index>=0.12.33",
|
|
|
|
|
"llama-index-readers-file>=0.4.7",
|
|
|
|
|
"neo4j>=5.28.1",
|
|
|
|
|
"openai>=1.76.0",
|
|
|
|
|
"opencv-python-headless>=4.11.0.86",
|
|
|
|
|
"paddleocr>=2.10.0",
|
2025-05-02 23:56:59 +08:00
|
|
|
"pyjwt>=2.8.0",
|
2025-04-28 22:53:13 +08:00
|
|
|
"pymilvus>=2.5.8",
|
|
|
|
|
"pymupdf>=1.25.5",
|
|
|
|
|
"python-dotenv>=1.1.0",
|
2025-05-02 23:56:59 +08:00
|
|
|
"python-jose[cryptography]>=3.4.0",
|
2025-04-28 22:53:13 +08:00
|
|
|
"python-multipart>=0.0.20",
|
|
|
|
|
"pyyaml>=6.0.2",
|
|
|
|
|
"qianfan>=0.4.12.3",
|
|
|
|
|
"rapidocr-onnxruntime>=1.4.4",
|
|
|
|
|
"sentencepiece>=0.2.0",
|
|
|
|
|
"tavily-python>=0.7.0",
|
2025-05-07 00:38:33 +08:00
|
|
|
"unstructured>=0.17.2",
|
2025-04-28 22:53:13 +08:00
|
|
|
"uvicorn[standard]>=0.34.2",
|
|
|
|
|
"zhipuai>=2.1.5.20250421",
|
|
|
|
|
]
|