Skip to content

Commit f4402ab

Browse files
perf: Dependency files
1 parent d247d78 commit f4402ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

backend/apps/chat/api/chat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
from sqlmodel import select
44
from apps.chat.schemas.chat_base_schema import LLMConfig
55
from apps.chat.schemas.chat_schema import ChatQuestion
6-
from apps.chat.schemas.llm import AgentService, LLMService
6+
from apps.chat.schemas.llm import AgentService
77
from apps.datasource.models.datasource import CoreDatasource
88
from apps.system.models.system_model import AiModelDetail
99
from common.core.deps import SessionDep
10-
from sse_starlette.sse import EventSourceResponse
1110
import json
1211
import asyncio
1312

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies = [
2626
"langgraph>=0.3,<0.4",
2727
"vllm>=0.8.5",
2828
"dashscope>=1.14.0,<2.0.0",
29-
"sse-starlette>=1.8.0,<2.0.0",
3029
"pymysql (>=1.1.1,<2.0.0)",
3130
"cryptography (>=44.0.3,<45.0.0)",
31+
"llama_index>=0.12.35"
3232
]
3333
[[tool.uv.index]]
3434
url = "https://pypi.tuna.tsinghua.edu.cn/simple"

0 commit comments

Comments
 (0)