mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
Update mongodb_atlas.py docstrings (#8033)
Hi all, I just added the "index_name" parameter to the docstrings for mongodb_atlas.py (it is missing in the [public doc page](https://api.python.langchain.com/en/latest/vectorstores/langchain.vectorstores.mongodb_atlas.MongoDBAtlasVectorSearch.html#langchain-vectorstores-mongodb-atlas-mongodbatlasvectorsearch). Thanks
This commit is contained in:
parent
9226fda58b
commit
5137f40dd6
@ -69,6 +69,7 @@ class MongoDBAtlasVectorSearch(VectorStore):
|
|||||||
document.
|
document.
|
||||||
embedding_key: MongoDB field that will contain the embedding for
|
embedding_key: MongoDB field that will contain the embedding for
|
||||||
each document.
|
each document.
|
||||||
|
index_name: Name of the Atlas Search index.
|
||||||
"""
|
"""
|
||||||
self._collection = collection
|
self._collection = collection
|
||||||
self._embedding = embedding
|
self._embedding = embedding
|
||||||
|
Loading…
Reference in New Issue
Block a user