更新pyproject.toml和uv.lock文件,新增ijson和langfuse依赖,同时在对话到工单的分析流程中添加时间范围过滤功能,优化日志记录,支持按时间范围过滤会话数据。新增获取工作流运行信息的方法,并更新意图识别API以支持使用jieba分词。
This commit is contained in:
@@ -11,10 +11,12 @@ dependencies = [
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user