Skip to content

API接口

supinyu edited this page May 15, 2024 · 5 revisions

背景

除了终端界面可以访问,我们也提供了API接口进行调用

API接口

API介绍

目前一共有4个端口

  • /qa/option
    • 获取LLM以及Data Profile信息

image

  • /qa/get_custom_question
    • 获取用户自定义问题

image

  • /qa/ask
    • 进行对话,得到SQL以及相关结果

image

  • /qa/user_feedback
    • 查询的结果进行反馈

image

Clone this wiki locally