langchain icon indicating copy to clipboard operation
langchain copied to clipboard

Add utility method from_embedding_vecotrs in FAISS wrapper

Open abhinav-upadhyay opened this issue 2 years ago • 1 comments

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

abhinav-upadhyay avatar Mar 13 '23 08:03 abhinav-upadhyay

Being fixed by #1912 I believe

tomarharsh avatar Mar 23 '23 03:03 tomarharsh

fixed in #1912

dev2049 avatar May 18 '23 20:05 dev2049