langchain
langchain copied to clipboard
Add utility method from_embedding_vecotrs in FAISS wrapper
This allows the users to pass pre-created embeddings explicitly to be indexed by the vector store. If the users wish to create the embeddings for their documents and reuse them, this can save extra API calls to the embeddings API endpoints
Fixes #1597
Being fixed by #1912 I believe
fixed in #1912