Gel
GelDocumentStore #
基类: KVDocumentStore
Gel 文档(节点)存储。
用于存储 Document 和 Node 对象的 Gel 存储。
参数
名称 | 类型 | 描述 | 默认值 |
---|---|---|---|
gel_kvstore
|
GelKVStore
|
Gel 键值存储 |
必需 |
namespace
|
str
|
文档存储的命名空间 |
无
|
batch_size
|
int
|
批量操作的批次大小 |
DEFAULT_BATCH_SIZE
|
源代码位于 llama-index-integrations/storage/docstore/llama-index-storage-docstore-gel/llama_index/storage/docstore/gel/base.py
中
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|