From 8d25605de45c272aa9e3f172c0c0940ccd652fc2 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 22 Jun 2024 13:55:21 -0300 Subject: [PATCH] chore: Build vector store in test_astra_setup --- tests/integration/astra/test_astra_component.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/astra/test_astra_component.py b/tests/integration/astra/test_astra_component.py index 2a8319230..d490b44fe 100644 --- a/tests/integration/astra/test_astra_component.py +++ b/tests/integration/astra/test_astra_component.py @@ -55,6 +55,7 @@ def test_astra_setup(astra_fixture): collection_name=COLLECTION, embedding=embedding, ) + component.build_vector_store() @pytest.mark.skipif(