Commit 0c246ae
committed
fix(test): correct xfail reason for test_vector_search
VectorServiceImpl is a stub in server/src/services/vector.rs that
always returns []. HNSW algorithm is implemented (coordinode-vector
crate) but not wired to the RPC handler. Tracked as G007 in GAPS.md.1 parent c988e75 commit 0c246ae
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
0 commit comments