Fix docstring of FAISS constructor (#1611)

tool-patch
Abhinav Upadhyay 1 year ago committed by GitHub
parent 7e550df6d4
commit 9707eda83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ class FAISS(VectorStore):
.. code-block:: python
from langchain import FAISS
faiss = FAISS(embedding_function, index, docstore)
faiss = FAISS(embedding_function, index, docstore, index_to_docstore_id)
"""

Loading…
Cancel
Save