Skip to content

A langchain pipeline written using Llama index which can digest various types of data like pdf, ppt, csv, excel and txt files.

Notifications You must be signed in to change notification settings

Unknown-Cypher/langchain-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A langchain pipeline written using Llama index which can digest various types of data like pdf, ppt, csv, excel and txt files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages