Interface: RagIngestionResult
Defined in: packages/agentos/src/rag/IRetrievalAugmentor.ts:115
Result of an ingestion attempt.
Properties
effectiveDataSourceIds?
optionaleffectiveDataSourceIds:string[]
Defined in: packages/agentos/src/rag/IRetrievalAugmentor.ts:121
errors?
optionalerrors:object[]
Defined in: packages/agentos/src/rag/IRetrievalAugmentor.ts:119
chunkId?
optionalchunkId:string
details?
optionaldetails:unknown
documentId?
optionaldocumentId:string
message
message:
string
failedCount
failedCount:
number
Defined in: packages/agentos/src/rag/IRetrievalAugmentor.ts:117
ingestedIds?
optionalingestedIds:string[]
Defined in: packages/agentos/src/rag/IRetrievalAugmentor.ts:118
jobId?
optionaljobId:string
Defined in: packages/agentos/src/rag/IRetrievalAugmentor.ts:120
processedCount
processedCount:
number
Defined in: packages/agentos/src/rag/IRetrievalAugmentor.ts:116