From 0ab8e5cfe05ea7817ffaf27c45f61ed3d2654e38 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Wed, 4 Dec 2024 16:56:12 -0500 Subject: [PATCH] nit --- docs/docs/contributing/how_to/integrations/vector_stores.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/contributing/how_to/integrations/vector_stores.mdx b/docs/docs/contributing/how_to/integrations/vector_stores.mdx index d298c6b6bd5..a4bf74dc582 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