Is there a way to use FAISS on GPU through LangChain? #4537
Replies: 1 comment 1 reply
-
[chatGPT says] To speed up the similarity search in Faiss with Langchain, you can explore the following options:
Regarding directly accessing and manipulating the Faiss vector store in Langchain, it depends on the specific implementation and architecture of Langchain. You would need to review the Langchain documentation or source code to determine if it provides direct access to the Faiss vector store for customization. If you require further assistance with Langchain or have specific questions about its implementation, I recommend reaching out to the Langchain development team or community for more detailed guidance tailored to the framework. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am used Faiss with langchain today. The amount of data stored in the vectorstore is quite big. A search request takes nearly one minute. That is to slow for an interactive usecase.
I saw that I can put the faiss vectorstore on GPU if I create a faiss vectorstore directly.
What ways are there with Langchain to speed up the similarity search in FAISS? Is there a way to get / set the faiss vectorstore directly, so that I can tinker with that?
Thank
Beta Was this translation helpful? Give feedback.
All reactions