Class: FireworksEmbedding
Extends
Constructors
new FireworksEmbedding()
new FireworksEmbedding(
init
?):FireworksEmbedding
Parameters
• init?: Partial
<OpenAIEmbedding
>
Returns
Overrides
Source
packages/llamaindex/src/embeddings/fireworks.ts:5
Properties
additionalSessionOptions?
optional
additionalSessionOptions:Omit
<Partial
<ClientOptions
>,"apiKey"
|"timeout"
|"maxRetries"
>
other session options for OpenAI
Inherited from
OpenAIEmbedding
. additionalSessionOptions
Source
packages/llamaindex/src/embeddings/OpenAIEmbedding.ts:50
apiKey?
optional
apiKey:string
=undefined
api key
Inherited from
Source
packages/llamaindex/src/embeddings/OpenAIEmbedding.ts:44
dimensions
dimensions:
undefined
|number
number of dimensions of the resulting vector, for models that support choosing fewer dimensions. undefined will default to model default
Inherited from
Source
packages/llamaindex/src/embeddings/OpenAIEmbedding.ts:39
embedBatchSize
embedBatchSize:
number
=DEFAULT_EMBED_BATCH_SIZE
Inherited from
OpenAIEmbedding
. embedBatchSize
Source
packages/llamaindex/src/embeddings/types.ts:21
embedInfo?
optional
embedInfo:EmbeddingInfo
Inherited from
Source
packages/llamaindex/src/embeddings/types.ts:22