Logo
Variables

VertexEmbeddingMode

VertexEmbeddingMode: object

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

Copied from llama_index.embeddings.vertex.base.VertexEmbeddingMode since importing llama_index.embeddings.vertex.base incurs a lot of memory usage.

Type declaration

DEFAULT

readonly DEFAULT: "default" = "default"

CLASSIFICATION

readonly CLASSIFICATION: "classification" = "classification"

CLUSTERING

readonly CLUSTERING: "clustering" = "clustering"

SIMILARITY

readonly SIMILARITY: "similarity" = "similarity"

RETRIEVAL

readonly RETRIEVAL: "retrieval" = "retrieval"

On this page