mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-30 00:55:00 +08:00
15 lines
275 B
Plaintext
15 lines
275 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}}"
|
|
}
|
|
}
|