2025-12-22 22:08:51 +08:00
|
|
|
[project]
|
2025-12-19 00:52:32 +08:00
|
|
|
name = "scripts"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
dependencies = [
|
2025-12-30 10:17:02 +08:00
|
|
|
"dashscope>=1.25.5",
|
2025-12-20 17:08:54 +08:00
|
|
|
"fastapi>=0.125.0",
|
2025-12-19 00:52:32 +08:00
|
|
|
"firecrawl>=4.10.2",
|
2025-12-30 10:17:02 +08:00
|
|
|
"firecrawl-py>=4.12.0",
|
2025-12-19 00:52:32 +08:00
|
|
|
"langchain>=1.2.0",
|
|
|
|
|
"langchain-community>=0.4.1",
|
|
|
|
|
"langchain-core>=1.2.2",
|
2026-01-19 23:54:29 +08:00
|
|
|
"mcp>=1.25.0",
|
2025-12-19 00:52:32 +08:00
|
|
|
"numpy>=2.2.6",
|
|
|
|
|
"pgvector>=0.4.2",
|
|
|
|
|
"pinecone>=8.0.0",
|
2025-12-30 10:17:02 +08:00
|
|
|
"pip>=25.3",
|
2025-12-19 00:52:32 +08:00
|
|
|
"psycopg2-binary>=2.9.11",
|
2026-01-13 01:37:26 +08:00
|
|
|
"pydantic-settings>=2.12.0",
|
2025-12-19 00:52:32 +08:00
|
|
|
"pymilvus>=2.6.5",
|
|
|
|
|
"qdrant-client==1.10.1",
|
|
|
|
|
"redis>=7.1.0",
|
|
|
|
|
"requests>=2.32.5",
|
2025-12-20 17:08:54 +08:00
|
|
|
"uvicorn>=0.38.0",
|
2025-12-19 00:52:32 +08:00
|
|
|
]
|