MeiliSearch/index-scheduler/src/snapshots/index_scheduler__tests__settings_update-3.snap

24 lines
411 B
Plaintext
Raw Normal View History

2024-03-26 10:36:56 +01:00
---
source: index-scheduler/src/lib.rs
expression: embedding_config.embedder_options
---
{
"Rest": {
"api_key": "My super secret",
"distribution": null,
2024-04-16 14:51:21 +02:00
"dimensions": 4,
2024-03-26 10:36:56 +01:00
"url": "http://localhost:7777",
"query": null,
"input_field": [
"input"
],
"path_to_embeddings": [
"data"
],
"embedding_object": [
"embedding"
],
"input_type": "text"
}
}