mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
nit
This commit is contained in:
parent
3fe135f242
commit
0ab8e5cfe0
@ -568,8 +568,8 @@ that will generate short, arbitrary vectors for documents. You can use a differe
|
|||||||
embeddings object if desired.
|
embeddings object if desired.
|
||||||
|
|
||||||
In the `finally` block, we call whatever integration-specific logic is needed to
|
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
|
bring the vector store to a clean state. This logic is executed in between each test
|
||||||
ends (e.g., even if tests fail).
|
(e.g., even if tests fail).
|
||||||
|
|
||||||
### Run standard tests
|
### Run standard tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user