This repository contains various projects built using LangChain.
- Blog Generation
- Chat Multiple Documents
- Conversational Q&A Chatbot
- LLM Generic APP
- Q&A Chatbot Using LLM
- Text Summarization
- Clone the repository:
git clone https://github.com/yourusername/LANGCHAIN_PROJECTS.git- Navigate to the project directory:
cd LANGCHAIN_PROJECTS- Set up a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`- Install the required dependencies:
pip install -r requirements.txt- Copy the
.env.examplefile to.envand fill in your environment variables:
cp example.env .envNavigate to each project directory and follow the instructions in their respective README files.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.