Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.05 KB

File metadata and controls

71 lines (46 loc) · 1.05 KB

LLM Cache

SemanticCache

.. currentmodule:: redisvl.extensions.cache.llm

.. autoclass:: SemanticCache
   :show-inheritance:
   :members:
   :inherited-members:


LangCacheSemanticCache

.. currentmodule:: redisvl.extensions.cache.llm

.. autoclass:: LangCacheSemanticCache
   :show-inheritance:
   :members:
   :inherited-members:


Cache Schema Classes

CacheEntry

.. currentmodule:: redisvl.extensions.cache.llm.schema

.. autoclass:: CacheEntry
   :members:
   :show-inheritance:

CacheHit

.. currentmodule:: redisvl.extensions.cache.llm.schema

.. autoclass:: CacheHit
   :members:
   :show-inheritance:


Embeddings Cache

EmbeddingsCache

.. currentmodule:: redisvl.extensions.cache.embeddings

.. autoclass:: EmbeddingsCache
   :show-inheritance:
   :members:
   :inherited-members: