How to change the dimension of vector embeddings in HuggingFaceEmbeddings? I m trying to vectorize a list of strings using following python code snippet:
from langchain_community.embeddings import HuggingFaceEmbeddings
embeddings = HuggingFaceEmbeddings()
text = ["This is a test document.",
"This is a second document which is text."] # an example to test embeddings
768年每一病媒的缺省性。 我需要将其改为1536。 我如何这样做?