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
Is your feature request related to a problem? Please describe.
I use ZhipuAI embedding for my apps.
The embedding model returns a list of float64 vector and I store in Milvus with float64 type.
But my app use Go SDK for search vectors, and it is only support float32. This makes me to convert float64 data to float32, and it leads to loss of accuracy seriously.
So how can I use float64 data to search?
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I use ZhipuAI embedding for my apps.
The embedding model returns a list of float64 vector and I store in Milvus with float64 type.
But my app use Go SDK for search vectors, and it is only support float32. This makes me to convert float64 data to float32, and it leads to loss of accuracy seriously.
So how can I use float64 data to search?
Describe the solution you'd like.
Describe an alternate solution.
No
Anything else? (Additional Context)
No
The text was updated successfully, but these errors were encountered: