Class: DeepInfraEmbedding()
DeepInfraEmbedding is an alias for DeepInfra that implements the BaseEmbedding interface.
Extends
DeepInfraEmbedding<
Options
>(nodes
,options
?):Promise
<BaseNode
<Metadata
>[]>
DeepInfraEmbedding is an alias for DeepInfra that implements the BaseEmbedding interface.
Type Parameters
• Options extends Record
<string
, unknown
>
Parameters
• options?: Options
Returns
Defined in
packages/llamaindex/src/embeddings/DeepInfraEmbedding.ts:36
Constructors
new DeepInfraEmbedding()
new DeepInfraEmbedding(
init
?):DeepInfraEmbedding
Parameters
• init?: Partial
<DeepInfraEmbedding
>
Returns
Overrides
Defined in
packages/llamaindex/src/embeddings/DeepInfraEmbedding.ts:76
Properties
apiToken
apiToken:
string
DeepInfra API token
See
https://deepinfra.com/dash/api_keys
If not provided, it will try to get the token from the environment variable DEEPINFRA_API_TOKEN
Defined in
packages/llamaindex/src/embeddings/DeepInfraEmbedding.ts:50
embedBatchSize
embedBatchSize:
number
Inherited from
Defined in
packages/core/dist/embeddings/index.d.ts:34
embedInfo?
optional
embedInfo:EmbeddingInfo
Inherited from
Defined in
packages/core/dist/embeddings/index.d.ts:35