LangChain 0.0.249
langchain.docstore.base
Bases: ABC
ABC
Interface to access to place that stores documents.
Methods
__init__()
__init__
search(search)
search
Search for document.
If page exists, return the page summary, and a Document object. If page does not exist, return similar entries.