Skip to content

Milvus inserts a vector. Why is there a binary in the data structure? Is it possible to store the information you want? #4069

Discussion options

You must be logged in to vote

Currently, Milvus supports two types of vectors: float vectors and binary vectors. If you wish to insert float vectors, use FloatData []float32. Otherwise use BinaryData []byte for binary vectors.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sahuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants