Skip to content

Commit

Permalink
Fix Py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Mar 12, 2024
1 parent 2d23bf6 commit 104a6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vertexai/tests/integration_tests/test_vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 104a6df

Please sign in to comment.