meilisearch-js icon indicating copy to clipboard operation
meilisearch-js copied to clipboard

Strange embedder flaky CI error

Open flevi29 opened this issue 7 months ago • 0 comments

Error: AssertionError: expected {} to deeply equal { default: { …(7) } }

- Expected
+ Received

- {
-   "default": {
-     "binaryQuantized": false,
-     "distribution": {
-       "mean": 0.7,
-       "sigma": 0.3,
-     },
-     "documentTemplate": "A movie titled '{{doc.title}}' whose description starts with {{doc.overview|truncatewords: 20}}",
-     "documentTemplateMaxBytes": 500,
-     "model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
-     "pooling": "useModel",
-     "source": "huggingFace",
-   },
- }
+ {}

 ❯ tests/embedders.test.ts:147:24

flevi29 avatar Apr 16 '25 10:04 flevi29