DocStoreStrategy
定义于:.build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:12
文档去重策略通过比较文档存储中存储的哈希值或ID来工作。 它们需要设置一个文档存储,该存储必须在流水线运行之间保持持久化。
更新插入:
"upserts"
定义于:.build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:14
DUPLICATES_ONLY
Section titled “DUPLICATES_ONLY”DUPLICATES_ONLY:
"duplicates_only"
定义于:.build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:16
UPSERTS_AND_DELETE
Section titled “UPSERTS_AND_DELETE”UPSERTS_AND_DELETE:
"upserts_and_delete"
定义于:.build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:18
无:
"none"
定义于:.build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:19