|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
文档信息。 |
||
| KbUuid |
string |
知识库 ID。 |
kb-*** |
| Name |
string |
文档名称。 |
test.md |
| Description |
string |
文档描述。 |
abc |
| FileExt |
string |
文档扩展类型。 |
md |
| DocumentLoaderName |
string |
文档加载器名称。 |
ADBPGLoader |
| TextSplitterName |
string |
文档分词器名称。 |
ChineseRecursiveTextSplitter |
| GmtCreate |
string |
文档创建时间。 |
2026-04-22 22:59:35 |
| GmtModified |
string |
文档修改时间。 |
2026-04-24 21:22:53 |
| FileSize |
integer |
文档大小,单位为字节。 |
20307 |
| DocsCount |
integer |
知识块数量。 |
123 |
| State |
integer |
文档状态,返回值如下:
|
0 |
| Summary |
string |
文档摘要。 |
This is a test document. |
| Keywords |
string |
文档关键词。 |
["test","abc"] |