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