Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
EmbeddingCache
Interface EmbeddingCache
Content-addressable embedding cache Deduplicates embeddings across the codebase to save API costs
interface
EmbeddingCache
{
contentHash
:
string
;
embedding
:
number
[]
;
usageCount
:
number
;
}
Index
Properties
content
Hash
embedding
usage
Count
Properties
content
Hash
content
Hash
:
string
embedding
embedding
:
number
[]
usage
Count
usage
Count
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
Hash
embedding
usage
Count
Tidyscripts Docs
Loading...
Content-addressable embedding cache Deduplicates embeddings across the codebase to save API costs