Meilisearch JS
Docs
GitHub
Preparing search index...
RestEmbedder
Type Alias RestEmbedder
type
RestEmbedder
=
{
apiKey
?:
string
;
binaryQuantized
?:
boolean
;
dimensions
?:
number
;
distribution
?:
Distribution
;
documentTemplate
?:
string
;
documentTemplateMaxBytes
?:
number
;
headers
?:
Record
<
string
,
string
>
;
indexingFragments
?:
EmbedderFragments
;
request
:
RecordAny
;
response
:
RecordAny
;
searchFragments
?:
EmbedderFragments
;
source
:
"rest"
;
url
:
string
;
}
Index
Properties
api
Key?
binary
Quantized?
dimensions?
distribution?
document
Template?
document
Template
Max
Bytes?
headers?
indexing
Fragments?
request
response
search
Fragments?
source
url
Properties
Optional
api
Key
apiKey
?:
string
Optional
binary
Quantized
binaryQuantized
?:
boolean
Optional
dimensions
dimensions
?:
number
Optional
distribution
distribution
?:
Distribution
Optional
document
Template
documentTemplate
?:
string
Optional
document
Template
Max
Bytes
documentTemplateMaxBytes
?:
number
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
indexing
Fragments
indexingFragments
?:
EmbedderFragments
request
request
:
RecordAny
response
response
:
RecordAny
Optional
search
Fragments
searchFragments
?:
EmbedderFragments
source
source
:
"rest"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
binary
Quantized
dimensions
distribution
document
Template
document
Template
Max
Bytes
headers
indexing
Fragments
request
response
search
Fragments
source
url
Docs
GitHub
Meilisearch JS
Loading...