docs/integrations/vectorstores/faiss/ #27612
Replies: 2 comments 1 reply
-
How to work with database providers. E.g. PostgreSQL. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is it possible to see similarity scores when using vectore_store.as_retriever? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/vectorstores/faiss/
Facebook AI Similarity Search (FAISS) is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also includes supporting code for evaluation and parameter tuning.
https://python.langchain.com/docs/integrations/vectorstores/faiss/
Beta Was this translation helpful? Give feedback.
All reactions