mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-21 18:37:04 +00:00
Fix docstring of FAISS constructor (#1611)
This commit is contained in:
parent
7e550df6d4
commit
9707eda83c
@ -38,7 +38,7 @@ class FAISS(VectorStore):
|
|||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from langchain import FAISS
|
from langchain import FAISS
|
||||||
faiss = FAISS(embedding_function, index, docstore)
|
faiss = FAISS(embedding_function, index, docstore, index_to_docstore_id)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user