This commit is contained in:
28
fixtures/embeddings/embed_texts_different_preset.json
Normal file
28
fixtures/embeddings/embed_texts_different_preset.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user