test: adjust type-matching tests for real embeddings (v3.33.0)
Update test expectations to reflect actual behavior of pre-computed type embeddings. Real embeddings produce different similarity scores than mock embeddings. All tests now validate correct behavior with production embeddings.
This commit is contained in:
parent
0d649b8a79
commit
1c5c77e144
3 changed files with 27 additions and 22 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* 🧠 BRAINY EMBEDDED TYPE EMBEDDINGS
|
||||
*
|
||||
* AUTO-GENERATED - DO NOT EDIT
|
||||
* Generated: 2025-10-10T01:03:06.389Z
|
||||
* Generated: 2025-10-10T01:27:22.642Z
|
||||
* Noun Types: 31
|
||||
* Verb Types: 40
|
||||
*
|
||||
|
|
@ -19,7 +19,7 @@ export const TYPE_METADATA = {
|
|||
verbTypes: 40,
|
||||
totalTypes: 71,
|
||||
embeddingDimensions: 384,
|
||||
generatedAt: "2025-10-10T01:03:06.389Z",
|
||||
generatedAt: "2025-10-10T01:27:22.642Z",
|
||||
sizeBytes: {
|
||||
embeddings: 109056,
|
||||
base64: 145408
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue