{ "id": "embed_texts_different_preset", "category": "embeddings", "description": "embed_texts: multilingual preset", "call": "embed_texts", "input": { "texts": ["Hello world", "Test"], "config": { "model": { "type": "preset", "name": "multilingual" } } }, "assertions": [ { "type": "not_error" }, { "type": "count_min", "field": "embeddings", "value": 2 } ], "skip": { "languages": ["wasm"] } }