From f4d520ccb5ea2bc648a88adf689eb866384b9ae1 Mon Sep 17 00:00:00 2001 From: Yong woo Song Date: Thu, 30 Nov 2023 12:14:28 +0900 Subject: [PATCH] Fix .env file path in integration_test README.md (#14028) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description Hello, The [integration_test README](https://github.com/langchain-ai/langchain/tree/master/libs/langchain/tests) was indicating incorrect paths for the `.env.example` and `.env` files. `tests/.env.example` ->`tests/integration_tests/.env.example` While it’s a minor error, it could **potentially lead to confusion** for the document’s readers, so I’ve made the necessary corrections. Thank you! ☺️ ### Related Issue - https://github.com/langchain-ai/langchain/pull/2806 --- libs/langchain/tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/langchain/tests/README.md b/libs/langchain/tests/README.md index 7e98d49e409..6190d969f48 100644 --- a/libs/langchain/tests/README.md +++ b/libs/langchain/tests/README.md @@ -77,8 +77,8 @@ For environments that requires more involving preparation, look for `*.sh`. For ### Prepare environment variables for local testing: -- copy `tests/.env.example` to `tests/.env` -- set variables in `tests/.env` file, e.g `OPENAI_API_KEY` +- copy `tests/integration_tests/.env.example` to `tests/integration_tests/.env` +- set variables in `tests/integration_tests/.env` file, e.g `OPENAI_API_KEY` Additionally, it's important to note that some integration tests may require certain environment variables to be set, such as `OPENAI_API_KEY`. Be sure to set any required