mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08:00
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
---
|
|
source: index-scheduler/src/lib.rs
|
|
expression: config.embedder_options
|
|
---
|
|
{
|
|
"Rest": {
|
|
"api_key": "My super secret",
|
|
"distribution": null,
|
|
"dimensions": 4,
|
|
"url": "http://localhost:7777",
|
|
"request": "{{text}}",
|
|
"response": "{{embedding}}",
|
|
"headers": {}
|
|
}
|
|
}
|