mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
24 lines
414 B
Plaintext
24 lines
414 B
Plaintext
|
---
|
||
|
source: index-scheduler/src/lib.rs
|
||
|
expression: embedding_config.embedder_options
|
||
|
---
|
||
|
{
|
||
|
"Rest": {
|
||
|
"api_key": "My super secret",
|
||
|
"distribution": null,
|
||
|
"dimensions": null,
|
||
|
"url": "http://localhost:7777",
|
||
|
"query": null,
|
||
|
"input_field": [
|
||
|
"input"
|
||
|
],
|
||
|
"path_to_embeddings": [
|
||
|
"data"
|
||
|
],
|
||
|
"embedding_object": [
|
||
|
"embedding"
|
||
|
],
|
||
|
"input_type": "text"
|
||
|
}
|
||
|
}
|