Embedding API returns List<Double>
instead of List<Float>
#456
Labels
question
Further information is requested
I check the official api doc, it says return
List<Float>
, but the SDK source code returnsList<Double>
, which can't insert into milvus, i have to convert to float manully.https://platform.openai.com/docs/api-reference/embeddings
The text was updated successfully, but these errors were encountered: