核工业西南物理研究院知识库AI客户端
xiangpei
2025-04-16 689aced342a8c6b41c1f7dcb7594e9fce387112b
1
2
3
4
5
6
7
8
9
import axios from "./request";
 
// 获取知识库列表
export const getKbList = () => {
    return axios({
        url: "knowledge_base/list_knowledge_bases",
        method: "GET"
    })
}