v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
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 full
)
Toolkit
CacheBackedEmbeddingsFields
Index
Properties
document
Embedding
Store
underlying
Embeddings
Properties
document
Embedding
Store
document
Embedding
Store
:
BaseStore
<
string
,
number
[]
>
underlying
Embeddings
underlying
Embeddings
:
EmbeddingsInterface
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
document
Embedding
Store
underlying
Embeddings
LangChain.js - v0.2.10
Loading...
Interface for the fields required to initialize an instance of the CacheBackedEmbeddings class.