We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5001d1 commit 3811680Copy full SHA for 3811680
1 file changed
tests/integration/test_basic.py
@@ -62,13 +62,6 @@ def test_create_and_get_node(client):
62
)
63
64
65
-@pytest.mark.xfail(
66
- reason=(
67
- "VectorServiceImpl is a stub in server/src/services/vector.rs — always returns []."
68
- " HNSW algorithm (coordinode-vector crate) is implemented, but not wired to the RPC handler."
69
- ),
70
- strict=True,
71
-)
72
def test_vector_search(client):
73
# Insert a node with an embedding, then search for it.
74
# VectorResult has .node (NodeResult) and .distance (float).
0 commit comments