mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -6,7 +6,7 @@ from langchain_community.docstore.base import Docstore
|
||||
|
||||
|
||||
class DocstoreFn(Docstore):
|
||||
"""Langchain Docstore via arbitrary lookup function.
|
||||
"""Docstore via arbitrary lookup function.
|
||||
|
||||
This is useful when:
|
||||
* it's expensive to construct an InMemoryDocstore/dict
|
||||
|
Reference in New Issue
Block a user