tRAGar - v0.1.0
Getting Started
Examples
GitHub
Preparing search index...
types
CustomEmbedderConfig
Interface CustomEmbedderConfig
interface
CustomEmbedderConfig
{
dim
:
number
;
modelId
:
string
;
type
:
"custom"
;
embed
(
batch
:
string
[]
)
:
Promise
<
Float32Array
<
ArrayBufferLike
>
[]
>
;
}
Index
Properties
dim
model
Id
type
Methods
embed
Properties
Readonly
dim
dim
:
number
Readonly
model
Id
modelId
:
string
Readonly
type
type
:
"custom"
Methods
embed
embed
(
batch
:
string
[]
)
:
Promise
<
Float32Array
<
ArrayBufferLike
>
[]
>
Parameters
batch
:
string
[]
Returns
Promise
<
Float32Array
<
ArrayBufferLike
>
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dim
model
Id
type
Methods
embed
Getting Started
Examples
GitHub
tRAGar - v0.1.0
Loading...