Skip to content

Support for signed int8 and float16 for HNSW and IVF using Flat and PQ encoders #3014

@naveentatikonda

Description

@naveentatikonda

Summary

Using float32 datatype to ingest vectors using IndexHNSW or IndexIVF (using Flat or PQ encoders) is getting expensive in terms of storage and memory especially for large scale use cases. Adding support for signed int8 and fp16 vector datatype support helps to reduce these memory footprints.

As of now, it supports uint8 for indexing Binary vectors and Scalar Quantizer has the fp16 support. Do you have any plans to support them for other methods and encoders mentioned above ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions