Annotation Interface Embedder
Meilisearch embedder setting.
- Author:
- Junghoon Ban
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name
-
-
-
source
Embedder.Source source- Default:
- DEFAULT
-
apiKey
String apiKey- Default:
- ""
-
model
String model- Default:
- ""
-
documentTemplate
String documentTemplate- Default:
- ""
-
dimensions
int dimensions- Default:
- -1
-
distributionMean
double distributionMean- Default:
- 0.0/0.0
-
distributionSigma
double distributionSigma- Default:
- 0.0/0.0
-
request
EmbedderParameter[] request- Default:
- {}
-
response
EmbedderParameter[] response- Default:
- {}
-
documentTemplateMaxBytes
int documentTemplateMaxBytes- Default:
- -1
-
revision
String revision- Default:
- ""
-
headers
EmbedderParameter[] headers- Default:
- {}
-
binaryQuantized
Embedder.TriState binaryQuantized- Default:
- DEFAULT
-
url
String url- Default:
- ""
-
inputField
String[] inputField- Default:
- {}
-
inputType
Embedder.InputType inputType- Default:
- DEFAULT
-
query
String query- Default:
- ""
-