Interface: DeleteResult
Defined in: packages/agentos/src/core/vector-store/IVectorStore.ts:240
The result of a vector store delete operation.
Interface
DeleteResult
Properties
deletedCount
deletedCount:
number
Defined in: packages/agentos/src/core/vector-store/IVectorStore.ts:241
The number of documents successfully deleted.
errors?
optionalerrors:object[]
Defined in: packages/agentos/src/core/vector-store/IVectorStore.ts:243
Detailed information about any failures.
details?
optionaldetails:any