From 104a6dfac81176346086083889c17e69dacef474 Mon Sep 17 00:00:00 2001 From: Jorge Date: Tue, 12 Mar 2024 18:03:02 +0100 Subject: [PATCH] Fix Py3.8 --- libs/vertexai/tests/integration_tests/test_vectorstores.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(