文档与节点
常见问题解答
Section titled “FAQ”1. 节点对象的默认 chunk_size 是什么?
Section titled “1. What is the default chunk_size of a Node object?”默认值为1024。如果您想自定义 chunk_size,请参考自定义节点
2. 如何在 Document 对象中添加姓名、网址等信息?
Section titled “2. How to add information like name, url in a Document object?”您可以自定义文档对象并以元数据的形式添加额外信息。要了解更多详情,请参阅自定义文档。
3. 如何在索引中更新现有文档?
Section titled “3. How to update existing document in an Index?”你可以借助 doc_id 更新/删除索引中的现有文档。你也可以向现有索引添加新文档。了解更多请查看 文档管理