jfeng1115's picture
init commit
58d33f0
raw
history blame contribute delete
190 Bytes
"""Wrappers on top of docstores."""
from langchain.docstore.in_memory import InMemoryDocstore
from langchain.docstore.wikipedia import Wikipedia
__all__ = ["InMemoryDocstore", "Wikipedia"]