You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Embeddings instance doesn't have support for specifying the target index to use for the transform function. This would be a straightforward change and we can leave this issue open to add it in.
I've setup a txtai with the following configuration.
I'm trying to get the vec embeddings of a given document using the API but cannot figure out how to specify the desired model, e.g.
curl -X GET "http://localhost:8000/transform?text=hello&index=nli"
The text was updated successfully, but these errors were encountered: