build-generative-ai-apps-with-langchain
build-generative-ai-apps-with-langchain copied to clipboard
"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. Thi...
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: <<OPENAI_API_KEY>>
HUGGINGFACEHUB_API_TOKEN: <<HUGGINGFACEHUB_API_TOKEN>>
LangChain Notebooks
-
Basic LLM Prompting with Langchain Notebook
-
Build First Sequential Chain with Langchain Notebook
-
ChatGPT meets LangChain , The Brothers of Destruction 🔥Notebook
-
Maintain Conversations with Memory 🔥Notebook
-
HuggingFaceHub IN🔥 OpenAI OUTNotebook
-
HuggingFaceHub🤝LangChain Work LocalNotebook
-
PAL : The Chain of Thought ModelingNotebook