Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
EmbeddingCreateParams
Interface EmbeddingCreateParams
interface
EmbeddingCreateParams
{
encoding_format
?:
"float"
|
"base64"
;
input
:
string
|
number
[]
|
string
[]
|
number
[]
[]
;
model
?:
string
;
}
Index
Properties
encoding_
format?
input
model?
Properties
Optional
encoding_
format
encoding_format
?:
"float"
|
"base64"
input
input
:
string
|
number
[]
|
string
[]
|
number
[]
[]
Optional
model
model
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
encoding_
format
input
model
@wllama/wllama
Loading...