mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 11:02:37 +00:00
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
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from langchain_core.exceptions import LangChainException
|
||||
from langchain_core.stores import InvalidKeyException
|
||||
|
||||
|
||||
class InvalidKeyException(LangChainException):
|
||||
"""Raised when a key is invalid; e.g., uses incorrect characters."""
|
||||
__all__ = ["InvalidKeyException"]
|
||||
|
Reference in New Issue
Block a user