@Preview(value="3.1")
public interface DocumentLoader
| Modifier and Type | Method and Description |
|---|---|
DocumentLoader |
additionalMetadata(Map<String,Object> metadata)
附加元数据
|
DocumentLoader |
additionalMetadata(String key,
Object value)
附加元数据
|
List<Document> |
load()
加载文档
|
DocumentLoader additionalMetadata(String key, Object value)
DocumentLoader additionalMetadata(Map<String,Object> metadata)
List<Document> load() throws IOException
IOExceptionCopyright © 2025. All rights reserved.