Changing the dimensions of the embeddings

#9
by Suijhin - opened

Hi,
I just wanted to know if its possible to get the dimension of the embedding as 512, without training again

As far as I know, there is no obvious way to do this without training.

But you can reduce the storage cost by using compression techniques like product quantization, which has a nice implementation in FAISS.

Sign up or log in to comment