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

16 lines
294 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}}",
2024-07-22 18:04:29 +08:00
"response": "{{embedding}}",
"headers": {}
2024-03-26 17:36:56 +08:00
}
}