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
Milvus supports binary embeddings which are useful in one-hot or multi-hot embedding situations. Add support to the Embedding initializer to support these and update the sessions to allow for indexing these vectors. These should be sent and received as np.ndarray with dtype np.bool.
The text was updated successfully, but these errors were encountered:
Milvus supports binary embeddings which are useful in one-hot or multi-hot embedding situations. Add support to the
Embedding
initializer to support these and update the sessions to allow for indexing these vectors. These should be sent and received asnp.ndarray
with dtypenp.bool
.The text was updated successfully, but these errors were encountered: