Interface OvhAiApi
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<List<float[]>> embed(EmbeddingRequest request, String authorizationHeader) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
embed
@POST("api/batch_text2vec") @Headers("Content-Type: application/json") retrofit2.Call<List<float[]>> embed(@Body EmbeddingRequest request, @Header("Authorization") String authorizationHeader) Deprecated, for removal: This API element is subject to removal in a future version.
-
langchain4j-open-aimodule instead