Skip to content

VectorStoreLike

Defined in: latency-adapters.ts:31

Minimal structural contract shared by ENGRAM vector stores. Both PgVectorStore satisfies this shape, but the type is imported here so the eval package remains standalone.

optional delete(ids): Promise<unknown>

Defined in: latency-adapters.ts:40

readonly string[]

Promise<unknown>


search(vector, limit, filter?): Promise<unknown>

Defined in: latency-adapters.ts:39

readonly number[]

number

unknown

Promise<unknown>


upsert(records): Promise<unknown>

Defined in: latency-adapters.ts:32

readonly object[]

Promise<unknown>