mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 21:34:27 +01:00
17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
---
|
|
source: index-scheduler/src/lib.rs
|
|
expression: task.details
|
|
---
|
|
{
|
|
"embedders": {
|
|
"default": {
|
|
"source": "rest",
|
|
"apiKey": "MyXXXX...",
|
|
"dimensions": 4,
|
|
"url": "http://localhost:7777",
|
|
"request": "{{text}}",
|
|
"response": "{{embedding}}"
|
|
}
|
|
}
|
|
}
|