langchain.js
Preparing search index...
langchain
embeddings/cache_backed
CacheBackedEmbeddingsFields
Interface CacheBackedEmbeddingsFields
Interface for the fields required to initialize an instance of the CacheBackedEmbeddings class.
interface
CacheBackedEmbeddingsFields
{
documentEmbeddingStore
:
BaseStore
<
string
,
number
[]
>
;
underlyingEmbeddings
:
EmbeddingsInterface
;
}
Hierarchy (
View Summary
)
BaseMessage
CacheBackedEmbeddingsFields
Index
Properties
document
Embedding
Store
underlying
Embeddings
Properties
document
Embedding
Store
documentEmbeddingStore
:
BaseStore
<
string
,
number
[]
>
underlying
Embeddings
underlyingEmbeddings
:
EmbeddingsInterface
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
Embedding
Store
underlying
Embeddings
langchain.js
Loading...
Interface for the fields required to initialize an instance of the CacheBackedEmbeddings class.