Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Feb 21, 2024
1 parent f154ed7 commit fa16e76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def to_dict(self) -> Dict[str, Any]:
@classmethod
def from_dict(cls, data: Dict[str, Any]) -> "MongoDBAtlasEmbeddingRetriever":
"""
Deserializes a dictionary created with `MongoDBAtlasEmbeddingRetriever. to_dict()` into a `MongoDBAtlasEmbeddingRetriever` instance.
Deserializes a dictionary created with `MongoDBAtlasEmbeddingRetriever. to_dict()` into a
`MongoDBAtlasEmbeddingRetriever` instance.
:param data: the dictionary returned by `MongoDBAtlasEmbeddingRetriever. to_dict()`
"""
Expand Down

0 comments on commit fa16e76

Please sign in to comment.