Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 388 Bytes

Langchain-pipeline

Installation

To install the dependencies:

pip install -r requirements.txt

Environment Configuration

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"