1a3fa44522
新增清单定额查询API服务,支持通过名称和编码查询定额及清单信息 在意图识别模块中添加定额清单信息提取功能,并记录各步骤耗时 将SiliconFlowEmbeddings替换为XinferenceEmbeddings并添加sqlite-vss依赖 优化shell脚本的screen会话检测逻辑
40 lines
868 B
TOML
40 lines
868 B
TOML
[project]
|
|
name = "rag2_0"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"bs4>=0.0.2",
|
|
"faiss-cpu>=1.11.0",
|
|
"fastapi>=0.115.14",
|
|
"flask>=3.1.1",
|
|
"gevent>=25.5.1",
|
|
"gunicorn>=23.0.0",
|
|
"ijson>=3.4.0",
|
|
"jieba>=0.42.1",
|
|
"langchain>=0.3.25",
|
|
"langchain-community>=0.3.25",
|
|
"langchain-openai>=0.3.24",
|
|
"langfuse==2.51.3",
|
|
"markdownify==0.13.1",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=2.3.0",
|
|
"psycopg2>=2.9.10",
|
|
"pydantic>=2.11.7",
|
|
"pymysql>=1.1.1",
|
|
"python-dotenv>=1.1.0",
|
|
"requests>=2.32.4",
|
|
"sqlalchemy>=2.0.41",
|
|
"sqlite-vss>=0.1.2",
|
|
"tqdm>=4.67.1",
|
|
"uvicorn>=0.35.0",
|
|
"xlsxwriter>=3.2.5",
|
|
]
|
|
|
|
[[project.source]]
|
|
name = "aliyun"
|
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
|
type = "index"
|
|
priority = 1
|