feat: 文件上传接口
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
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_file_route import add_file_route
|
||||
from app.controller.add_graph_proxy_route import add_graph_proxy_route
|
||||
from app.controller.add_test_route import add_test_route
|
||||
from app.model.LlmDemoMdel import add_llm_demo_route
|
||||
from app.utils.next_id import add_next_id_route
|
||||
|
||||
# /*@formatter:off*/
|
||||
routes = [
|
||||
@@ -13,5 +15,7 @@ routes = [
|
||||
add_custom_stream_route, # 自定义流式接口
|
||||
add_llm_demo_route, # LlmDemo 测试用户模块
|
||||
add_complex_search_route, # 多条件组合查询案例
|
||||
add_next_id_route, # 生成ID接口
|
||||
add_file_route, # 文件上传接口
|
||||
]
|
||||
# /*@formatter:on*/
|
||||
|
||||
Reference in New Issue
Block a user