EmbeddingProviderInterface
EmbeddingProviderInterface.php
:
11
Interface
Methods¶
getEmbedding()
¶
EmbeddingProviderInterface.php
:
16
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $content | string | - | - |
| $model | string|null | null | - |
| $maxTokens | int|null | null | - |
Return values
array<string|int, float>