
    h1                         d Z ddlmZmZ ddlmZmZmZ ddlm	Z	 ddl
mZmZ ddlmZ ddlmZ er
ddlmZmZmZ d	d	d	dZ e	ee
      ZdedefdZg dZy)zImplementations of key-value stores and storage helpers.

Module provides implementations of various key-value stores that conform
to a simple key-value interface.

The primary goal of these storages is to support implementation of caching.
    )TYPE_CHECKINGAny)InMemoryByteStoreInMemoryStoreInvalidKeyException)create_importer)create_kv_docstorecreate_lc_store)EncoderBackedStore)LocalFileStore)
RedisStoreUpstashRedisByteStoreUpstashRedisStorezlangchain_community.storage)deprecated_lookupsnamereturnc                     t        |       S )zLook up attributes dynamically.)_import_attribute)r   s    X/var/www/html/eduruby.in/venv/lib/python3.12/site-packages/langchain/storage/__init__.py__getattr__r   )   s    T""    )
r   r   r   r   r   r   r   r   r	   r
   N)__doc__typingr   r   langchain_core.storesr   r   r   langchain._apir   langchain.storage._lc_storer	   r
    langchain.storage.encoder_backedr   langchain.storage.file_systemr   langchain_community.storager   r   r   DEPRECATED_LOOKUP__package__r   strr   __all__ r   r   <module>r%      sq    &  + K ? 8  0:6  $KDUV #c #c #
r   