DocStoreStrategy
Defined in: .build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:12
Document de-deduplication strategies work by comparing the hashes or ids stored in the document store. They require a document store to be set which must be persisted across pipeline runs.
Enumeration Members
Section titled “Enumeration Members”UPSERTS
Section titled “UPSERTS”UPSERTS:
"upserts"
Defined in: .build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:14
DUPLICATES_ONLY
Section titled “DUPLICATES_ONLY”DUPLICATES_ONLY:
"duplicates_only"
Defined in: .build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:16
UPSERTS_AND_DELETE
Section titled “UPSERTS_AND_DELETE”UPSERTS_AND_DELETE:
"upserts_and_delete"
Defined in: .build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:18
NONE:
"none"
Defined in: .build/typescript/packages/llamaindex/src/ingestion/strategies/index.ts:19