Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1014 Bytes

File metadata and controls

53 lines (35 loc) · 1014 Bytes

LangChain Projects

This repository contains various projects built using LangChain.

Projects

  • Blog Generation
  • Chat Multiple Documents
  • Conversational Q&A Chatbot
  • LLM Generic APP
  • Q&A Chatbot Using LLM
  • Text Summarization

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/LANGCHAIN_PROJECTS.git
  1. Navigate to the project directory:
cd LANGCHAIN_PROJECTS
  1. Set up a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Copy the .env.example file to .env and fill in your environment variables:
cp example.env .env

Usage

Navigate to each project directory and follow the instructions in their respective README files.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.