Interface: DeleteResult
Defined in: packages/agentos/src/rag/IVectorStore.ts:218
The result of a vector store delete operation.
DeleteResult
Properties
deletedCount
deletedCount:
number
Defined in: packages/agentos/src/rag/IVectorStore.ts:219
The number of documents successfully deleted.
errors?
optionalerrors:object[]
Defined in: packages/agentos/src/rag/IVectorStore.ts:221
Detailed information about any failures.
details?
optionaldetails:any
id?
optionalid:string
message
message:
string
failedCount?
optionalfailedCount:number
Defined in: packages/agentos/src/rag/IVectorStore.ts:220
The number of documents/operations that failed.