Interface CacheBackedEmbeddingsFields

Interface for the fields required to initialize an instance of the CacheBackedEmbeddings class.

Hierarchy

  • AsyncCallerParams
    • CacheBackedEmbeddingsFields

Properties

documentEmbeddingStore: BaseStore<string, number[]>
underlyingEmbeddings: Embeddings

Generated using TypeDoc