feat: add_complex_search_route

This commit is contained in:
martsforever
2026-04-02 00:10:18 +08:00
parent e43e05c354
commit 12ec718002
2 changed files with 88 additions and 0 deletions
+2
View File
@@ -1,3 +1,4 @@
from app.controller.add_complex_search_route import add_complex_search_route
from app.controller.add_custom_stream_route import add_custom_stream_route
from app.controller.add_docs_route import add_docs_route
from app.controller.add_graph_proxy_route import add_graph_proxy_route
@@ -11,5 +12,6 @@ routes = [
add_graph_proxy_route, # 代理自定义工作流
add_custom_stream_route, # 自定义流式接口
add_llm_demo_route, # LlmDemo 测试用户模块
add_complex_search_route, # 多条件组合查询案例
]
# /*@formatter:on*/