build generative ai apps with langchain
1.0.0
"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
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>>
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