diff --git a/libs/community/langchain_community/storage/sql.py b/libs/community/langchain_community/storage/sql.py index aae7e1149e44b..c5b4ae978ffa4 100644 --- a/libs/community/langchain_community/storage/sql.py +++ b/libs/community/langchain_community/storage/sql.py @@ -95,7 +95,7 @@ class SQLStore(BaseStore[str, bytes]): .. code-block:: python - from langchain_rag.storage import SQLStore + from langchain_community.storage import SQLStore # Instantiate the SQLStore with the root path sql_store = SQLStore(namespace="test", db_url="sqlite://:memory:")