Enumerations
DocStoreStrategy
Defined in: 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
UPSERTS
UPSERTS:
"upserts"
Defined in: packages/llamaindex/src/ingestion/strategies/index.ts:14
DUPLICATES_ONLY
DUPLICATES_ONLY:
"duplicates_only"
Defined in: packages/llamaindex/src/ingestion/strategies/index.ts:16
UPSERTS_AND_DELETE
UPSERTS_AND_DELETE:
"upserts_and_delete"
Defined in: packages/llamaindex/src/ingestion/strategies/index.ts:18
NONE
NONE:
"none"
Defined in: packages/llamaindex/src/ingestion/strategies/index.ts:19