langchain_community.docstore.base
.Docstore¶
- class langchain_community.docstore.base.Docstore[source]¶
Interface to access to place that stores documents.
Methods
__init__
()delete
(ids)Deleting IDs from in memory dictionary.
search
(search)Search for document.
- __init__()¶