Logo
Type aliases

PgVectorHnswSettings

PgVectorHnswSettings = object

Defined in: packages/cloud/src/client/types.gen.ts:4823

HNSW settings for PGVector.

Properties

ef_construction?

optional ef_construction: number

Defined in: packages/cloud/src/client/types.gen.ts:4827

The number of edges to use during the construction phase.


optional ef_search: number

Defined in: packages/cloud/src/client/types.gen.ts:4831

The number of edges to use during the search phase.


m?

optional m: number

Defined in: packages/cloud/src/client/types.gen.ts:4835

The number of bi-directional links created for each new element.


vector_type?

optional vector_type: PgVectorVectorType

Defined in: packages/cloud/src/client/types.gen.ts:4839

The type of vector to use.


distance_method?

optional distance_method: PgVectorDistanceMethod

Defined in: packages/cloud/src/client/types.gen.ts:4843

The distance method to use.