Commit 9671762
fix: correct test_irisvector to use consistent assertion pattern
The original test used DeterministicFakeEmbedding which doesn't generate
distinguishable embeddings for similarity search. Changed to use
FakeEmbeddings (consistent with other tests) and simplified the assertion
to verify a document is returned from the collection, matching the pattern
used by other tests in the suite.1 parent abc3d82 commit 9671762
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments