diff --git a/libs/vertexai/tests/integration_tests/test_vectorstores.py b/libs/vertexai/tests/integration_tests/test_vectorstores.py index f7ff2e31..d3e769ca 100644 --- a/libs/vertexai/tests/integration_tests/test_vectorstores.py +++ b/libs/vertexai/tests/integration_tests/test_vectorstores.py @@ -175,7 +175,7 @@ def test_vector_store_filtering(vector_store: VectorSearchVectorStore): @pytest.mark.extended -def test_vector_store_update_index(sample_documents: list[Document]): +def test_vector_store_update_index(sample_documents: List[Document]): embeddings = VertexAIEmbeddings(model_name="textembedding-gecko-default") vector_store = VectorSearchVectorStore.from_components(