mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-04 10:23:58 +00:00
If we are not going to make the existing Docstore class also implement `BaseStore[str, Document]`, IMO all base store implementations should always be `[str, bytes]` so that they are more interchangeable. CC @rlancemartin @eyurtsev