An open API service indexing awesome lists of open source software.

https://github.com/machinelearningzuu/build-generative-ai-apps-with-langchain

"Build Generative AI Apps with LangChain" is a repository that contains a comprehensive framework for building generative AI applications using LangChain, an innovative language modeling platform. This repository includes all the necessary code and documentation to help developers quickly build and deploy generative AI applications
https://github.com/machinelearningzuu/build-generative-ai-apps-with-langchain

chatgpt computer-vision deep-learning gpt-3 gpt-4 langchain llm nlp python pytorch

Last synced: about 1 year ago
JSON representation

"Build Generative AI Apps with LangChain" is a repository that contains a comprehensive framework for building generative AI applications using LangChain, an innovative language modeling platform. This repository includes all the necessary code and documentation to help developers quickly build and deploy generative AI applications

Awesome Lists containing this project

README

          

# build-generative-ai-apps-with-langchain

"Build Generative AI Apps with LangChain" is a repository that contains a comprehensive framework for building generative AI applications using LangChain, an innovative language modeling platform. This repository includes all the necessary code and documentation to help developers quickly build and deploy generative AI applications

### Installation
pip -q install openai langchain huggingface_hub
pip install --upgrade openai

create cadentials.yaml which has below template

OPENAI_API_KEY: <>
HUGGINGFACEHUB_API_TOKEN: <>

### LangChain Notebooks
- Basic LLM Prompting with Langchain [Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/LLM-Prompting-Basics.ipynb)

- Build First Sequential Chain with Langchain [Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/The-First-Sequential-Chain.ipynb)

- ChatGPT meets LangChain , The Brothers of Destruction 🔥[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/ChatGPT🤝LangChain🔥.ipynb)

- Maintain Conversations with Memory 🔥[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/Conversations-with-Memory.ipynb)

- HuggingFaceHub IN🔥 OpenAI OUT[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/Chat-with-Flang20B-LangChain-HuggingFace.ipynb)

- HuggingFaceHub🤝LangChain Work Local[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/HuggingFaceHub🤝LangChain-Work-Local.ipynb)

- PAL : The Chain of Thought Modeling[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/PAL-Chain-of-Thought-Modeling.ipynb)