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
Is there any specific data_type in OpenSearch to support indexing fp16 vector indexing? This would help to avoid indexing the original fp32 vectors and reduce the disk size. This feature is supported for binary and byte data types.
Describe the solution you'd like
Adding a data_type to support fp16 vector indexing without needing to real-time transformation using encode API