Skip to content

"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

Notifications You must be signed in to change notification settings

machinelearningzuu/build-generative-ai-apps-with-langchain

Repository files navigation

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

About

"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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published