langchain/libs/community/langchain_community/storage/exceptions.py
Eugene Yurtsev 3c064a757f
core[minor],langchain[patch],community[patch]: Move storage interfaces to core (#20750)
* Move storage interface to core
* Move in memory and file system implementation to core
2024-04-30 13:14:26 -04:00

4 lines
89 B
Python

from langchain_core.stores import InvalidKeyException
__all__ = ["InvalidKeyException"]