I have data from my MongoDB where I save embeddings and the resume of an text, i retrieve all this and i’m trying to, using langchain library, to create an empty vector store using faiss and include the incomming data from MongoDB, how can i do this? Thanks.
I tried to use the fais-cpu
library but i need to use langchain