Commit 3b10854
committed
Enhance VectorStore filtering with debug logging and update similarity validation
This commit improves the filtering logic in the VectorStore class by adding detailed debug logging to track the metadata filtering process. It also updates the similarity validation memory JSON to change the current tier from "im" to "stm". Additionally, the SimilaritySearchTestSuite is modified to include new expected memory IDs and adjust the minimum score and result limit for specific tests, enhancing the robustness of similarity search validations.1 parent b69cb1c commit 3b10854
3 files changed
Lines changed: 21 additions & 2 deletions
File tree
- memory/embeddings
- validation
- memory_samples
- search/similarity
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| 597 | + | |
597 | 598 | | |
598 | 599 | | |
| 600 | + | |
599 | 601 | | |
600 | 602 | | |
601 | 603 | | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
602 | 610 | | |
603 | 611 | | |
604 | 612 | | |
| |||
607 | 615 | | |
608 | 616 | | |
609 | 617 | | |
| 618 | + | |
610 | 619 | | |
611 | 620 | | |
612 | 621 | | |
| 622 | + | |
613 | 623 | | |
| 624 | + | |
614 | 625 | | |
| 626 | + | |
615 | 627 | | |
616 | 628 | | |
617 | 629 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| 297 | + | |
| 298 | + | |
294 | 299 | | |
295 | 300 | | |
296 | 301 | | |
| |||
304 | 309 | | |
305 | 310 | | |
306 | 311 | | |
| 312 | + | |
| 313 | + | |
307 | 314 | | |
308 | 315 | | |
309 | 316 | | |
| |||
0 commit comments