检索所有搜索历史
检索所有搜索历史
- 200
- default
OK
Schema
- Array [
- Array [
- ]
- Array [
- Array [
- ]
- ]
- ]
list object[]
历史记录列表
历史记录ID
request object
历史记录的请求参数
config object required
知识搜索配置
dataset_list object[] required
要搜索的知识库列表
知识库ID
知识库显示名称
返回结果的Top K值
置信度
权重:表示两种方法之间的比例,取值范围为0到1。值越大,越倾向于全文检索;值越小,越倾向于语义检索。
是否在提示中包含检索段的前后片段?如果是,检索将更加全面,但会消耗更多token。
每页大小
分页令牌;如果从头开始,不要传递。
要检索的文本
results object[]
历史记录的搜索结果
页面内容
document object
知识详细信息。
知识ID
知识名称
知识类型
知识大小
令牌计数
段落计数
知识库ID
知识库名称
父知识ID
数据源类型
知识创建者
创建时间。
更新时间
segments object[]
段落详细信息列表
段ID
知识库ID
知识ID
段内容
令牌数量
段编号
metadata object
元数据
关键词
图片名称
图片大小
表格名称
表格行数
表格列
分数
单词数量
段落类型
表格内容
图片键值
图片URI
显示类型
图片键值列表
展示内容
文档在OSS中的预签名URI
结果置信度
内容的token数量
段落数量
段落的字数
段落类型
显示类型
表格内容
图片URI
图片键
图片键集合
显示内容
{
"list": [
{
"id": "string",
"request": {
"config": {
"dataset_list": [
{
"id": "string",
"display_name": "string"
}
],
"top_k": 0,
"confidence": 0,
"weight": 0,
"open_window": true
},
"page_size": 0,
"page_token": "string",
"keyword": "string"
},
"results": [
{
"page_content": "string",
"document": {
"document_id": "string",
"display_name": "string",
"type": 0,
"document_size": 0,
"token_count": 0,
"segment_count": 0,
"dataset_id": "string",
"dataset_display": "string",
"p_id": "string",
"data_source_type": 0,
"creator": "string",
"create_time": "2024-11-04T06:28:49.437Z",
"update_time": "2024-11-04T06:28:49.437Z",
"segments": [
{
"segment_id": "string",
"dataset_id": "string",
"document_id": "string",
"content": "string",
"token_count": 0,
"number": 0,
"metadata": {
"key_words": [
"string"
],
"image_name_value": "string",
"image_size": 0,
"table_name_value": "string",
"table_rows": 0,
"table_columns": [
"string"
],
"score": 0
},
"words": 0,
"segment_type": 0,
"table_content": "string",
"image_key": "string",
"image_uri": "string",
"display_type": 0,
"image_keys": "string",
"display_content": "string"
}
],
"uri": "string"
},
"confidence": 0,
"token_count": 0,
"segment_number": 0,
"words": 0,
"type": 0,
"display_type": 0,
"table_content": "string",
"image_uri": "string",
"image_key": "string",
"image_keys": [
"string"
],
"display_content": "string"
}
]
}
]
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}