Skip to content

Meilisearch JS / index / HuggingFaceEmbedder

Type Alias: HuggingFaceEmbedder

HuggingFaceEmbedder = object

Defined in: src/types/types.ts:601

Properties

binaryQuantized?

optional binaryQuantized?: boolean

Defined in: src/types/types.ts:609


distribution?

optional distribution?: Distribution

Defined in: src/types/types.ts:606


documentTemplate?

optional documentTemplate?: string

Defined in: src/types/types.ts:605


documentTemplateMaxBytes?

optional documentTemplateMaxBytes?: number

Defined in: src/types/types.ts:608


model?

optional model?: string

Defined in: src/types/types.ts:603


pooling?

optional pooling?: "useModel" | "forceMean" | "forceCls"

Defined in: src/types/types.ts:607


revision?

optional revision?: string

Defined in: src/types/types.ts:604


source

source: "huggingFace"

Defined in: src/types/types.ts:602