Skip to content

API接口

supinyu edited this page Aug 26, 2024 · 5 revisions

1、背景

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

共提供两类接口

  • HTTP 接口
  • WebSocket 接口

2、HTTP接口

API介绍

目前一共有8个端口

  • /qa/option
    • 获取LLM以及Data Profile信息
image
  • /qa/get_custom_question
    • 获取用户自定义问题
image
  • /qa/ask (废弃)

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

    • 查询的结果进行反馈,包括正反馈和负反馈
image
  • /qa/get_history_by_user_profile
    • 通过profile获取对话历史记录
image
  • /qa/get_sessions
    • 或者session 列表
image
  • /qa/get_history_by_session

    • 通过session ID获取对话记录
image
  • /qa/delete_history_by_session
    • 删除session id的对话记录
image

3、WebSocket接口

  • /ws
    • 主对话接口

image

Clone this wiki locally