Steven Herweijer
11/26/2024, 10:22 AM{
"fields": [
{
"name": "embedding",
"type": "float[]",
"embed": {
"from": [
"name"
],
"model_config": {
"model_name": "voyage-multilingual-2",
"api_key": "my_api_key",
"url": "<https://api.voyageai.com/v1/embeddings>"
}
}
}
]
}
But this produces the error:
Error: t: Request failed with HTTP code 400 | Server said: Model file not found
Anybody have experience with this?