To install the dependencies:
pip install -r requirements.txt
In order to run the langchain-pipeline
project, you need to set up a .env
file with the following content:
INPUT_PATH="Path/to/input/folder"
OUTPUT_PATH="Path/to/output/folder"
OPENAI_API_KEY="Your_openapi_key"