meilisearch/index-scheduler/src/snapshots/index_scheduler__tests__settings_update-5.snap

15 lines
275 B
Plaintext
Raw Normal View History

2024-03-26 17:36:56 +08:00
---
source: index-scheduler/src/lib.rs
2024-06-13 00:27:03 +08:00
expression: config.embedder_options
2024-03-26 17:36:56 +08:00
---
{
"Rest": {
"api_key": "My super secret",
"distribution": null,
2024-04-16 20:51:21 +08:00
"dimensions": 4,
2024-03-26 17:36:56 +08:00
"url": "http://localhost:7777",
2024-06-13 00:27:03 +08:00
"request": "{{text}}",
"response": "{{embedding}}"
2024-03-26 17:36:56 +08:00
}
}