In the line: https://github.com/themaximalist/embeddings.js/blob/0c3a04f60f59968bef9286be51ce7fc3c306540a/src/index.js#L41 But it fails when `cache` is `null`. Possible quick fix: ```javascript let embedding = this.cache ? await this.cache.get(input, this.model) : null; ```
In the line:
embeddings.js/src/index.js
Line 41 in 0c3a04f
But it fails when
cacheisnull.Possible quick fix: