Documentation
Preparing search index...
@spinframework/spin-llm
EmbeddingResult
Interface EmbeddingResult
Interface representing the result of generating embeddings. EmbeddingResult
interface
EmbeddingResult
{
embeddings
:
Float32Array
<
ArrayBufferLike
>
[]
;
usage
:
EmbeddingUsage
;
}
Index
Properties
embeddings
usage
Properties
embeddings
embeddings
:
Float32Array
<
ArrayBufferLike
>
[]
usage
usage
:
EmbeddingUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
embeddings
usage
Documentation
Loading...
Interface representing the result of generating embeddings. EmbeddingResult