Class: MistralAIEmbedding
Extends
Constructors
new MistralAIEmbedding()
new MistralAIEmbedding(
init
?):MistralAIEmbedding
Parameters
• init?: Partial
<MistralAIEmbedding
>
Returns
Overrides
Source
packages/core/src/embeddings/MistralAIEmbedding.ts:14
Properties
apiKey?
optional
apiKey:string
Source
packages/core/src/embeddings/MistralAIEmbedding.ts:10
embedBatchSize
embedBatchSize:
number
=DEFAULT_EMBED_BATCH_SIZE
Inherited from
BaseEmbedding
. embedBatchSize
Source
packages/core/src/embeddings/types.ts:13
model
model:
MISTRAL_EMBED
Source
packages/core/src/embeddings/MistralAIEmbedding.ts:9
session
private
session:MistralAISession
Source
packages/core/src/embeddings/MistralAIEmbedding.ts:12
Methods
getMistralAIEmbedding()
private
getMistralAIEmbedding(input
):Promise
<any
>
Parameters
• input: string