redis-vl-python
redis-vl-python copied to clipboard
[Feat] Support for binary and scalar embedding quantization
Limitations
Current supported types for HNSW are FLOAT32 and FLOAT64.
Feature Request
Support for binary and scalar embedding quantization(https://huggingface.co/blog/embedding-quantization) using HNSW.
Support for FP16 and BFLOAT16 is coming very very soon.
Support for FLOAT16 and BFLOAT16 is now available in the library. INT8 coming soon.