How to change OpenAI embedding dimensions to 256?

Hi @Andrea_Ruffini

You will have to use the same model for retrieval that was used for the embedding in order to set the same dimensions. So you will need to select the text-embedding-3-large model in the Qdrant Vector Store sub-node as well.

1 Like