diff --git a/docs/docs/contributing/how_to/integrations/vector_stores.mdx b/docs/docs/contributing/how_to/integrations/vector_stores.mdx index d298c6b6bd5e3..a4bf74dc58229 100644 --- a/docs/docs/contributing/how_to/integrations/vector_stores.mdx +++ b/docs/docs/contributing/how_to/integrations/vector_stores.mdx @@ -568,8 +568,8 @@ that will generate short, arbitrary vectors for documents. You can use a differe embeddings object if desired. In the `finally` block, we call whatever integration-specific logic is needed to -bring the vector store to a clean state. This logic is executed when the test run -ends (e.g., even if tests fail). +bring the vector store to a clean state. This logic is executed in between each test +(e.g., even if tests fail). ### Run standard tests