Skip to main content

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?

optional errors: object[]

Defined in: packages/agentos/src/rag/IVectorStore.ts:221

Detailed information about any failures.

details?

optional details: any

id?

optional id: string

message

message: string


failedCount?

optional failedCount: number

Defined in: packages/agentos/src/rag/IVectorStore.ts:220

The number of documents/operations that failed.