redis / redis-vl-python

Redis Vector Library (RedisVL) interfaces with Redis' vector database for realtime semantic search, RAG, and recommendation systems.
https://www.redisvl.com/
MIT License
176 stars 25 forks source link

[Feat] Support for binary and scalar embedding quantization #133

Open yeirr opened 3 months ago

yeirr commented 3 months ago

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.

tylerhutcherson commented 2 weeks ago

Support for FP16 and BFLOAT16 is coming very very soon.