From cf5998fc47a6ebc77e06a746df074ad1b2149569 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Mon, 30 Jun 2025 14:38:43 -0400 Subject: [PATCH] adjusted threshold Signed-off-by: Francisco Javier Arceo --- tests/integration/vector_io/test_vector_io.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/vector_io/test_vector_io.py b/tests/integration/vector_io/test_vector_io.py index 1639d208f..9cd4fc18c 100644 --- a/tests/integration/vector_io/test_vector_io.py +++ b/tests/integration/vector_io/test_vector_io.py @@ -163,12 +163,11 @@ def test_insert_chunks_with_precomputed_embeddings(client_with_empty_registry, e # expect this test to fail -@pytest.mark.xfail(reason="This test is expected to fail.") def test_query_returns_valid_object_when_identical_to_embedding_in_vdb( client_with_empty_registry, embedding_model_id, embedding_dimension ): vector_io_provider_params_dict = { - "inline::milvus": {"score_threshold": 3.0}, + "inline::milvus": {"score_threshold": 0.0}, } vector_db_id = "test_precomputed_embeddings_db" client_with_empty_registry.vector_dbs.register(