File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33from sqlmodel import select
44from apps .chat .schemas .chat_base_schema import LLMConfig
55from apps .chat .schemas .chat_schema import ChatQuestion
6- from apps .chat .schemas .llm import AgentService , LLMService
6+ from apps .chat .schemas .llm import AgentService
77from apps .datasource .models .datasource import CoreDatasource
88from apps .system .models .system_model import AiModelDetail
99from common .core .deps import SessionDep
10- from sse_starlette .sse import EventSourceResponse
1110import json
1211import asyncio
1312
Original file line number Diff line number Diff 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 ]]
3434url = " https://pypi.tuna.tsinghua.edu.cn/simple"
You can’t perform that action at this time.
0 commit comments