{"id":22689927,"url":"https://github.com/machinelearningzuu/build-generative-ai-apps-with-langchain","last_synced_at":"2025-07-08T18:33:09.296Z","repository":{"id":149367091,"uuid":"620966712","full_name":"machinelearningzuu/build-generative-ai-apps-with-langchain","owner":"machinelearningzuu","description":"\"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 ","archived":false,"fork":false,"pushed_at":"2023-06-09T10:48:00.000Z","size":710,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-19T22:47:40.813Z","etag":null,"topics":["chatgpt","computer-vision","deep-learning","gpt-3","gpt-4","langchain","llm","nlp","python","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/machinelearningzuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-29T18:15:07.000Z","updated_at":"2024-11-13T06:53:19.000Z","dependencies_parsed_at":"2023-12-09T16:32:18.299Z","dependency_job_id":"284b6aab-306a-4902-858a-b84cabc3a724","html_url":"https://github.com/machinelearningzuu/build-generative-ai-apps-with-langchain","commit_stats":null,"previous_names":["machinelearningzuu/build-generative-ai-apps-with-langchain"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/machinelearningzuu/build-generative-ai-apps-with-langchain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fbuild-generative-ai-apps-with-langchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fbuild-generative-ai-apps-with-langchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fbuild-generative-ai-apps-with-langchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fbuild-generative-ai-apps-with-langchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machinelearningzuu","download_url":"https://codeload.github.com/machinelearningzuu/build-generative-ai-apps-with-langchain/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fbuild-generative-ai-apps-with-langchain/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264324130,"owners_count":23590809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","computer-vision","deep-learning","gpt-3","gpt-4","langchain","llm","nlp","python","pytorch"],"created_at":"2024-12-10T00:24:22.007Z","updated_at":"2025-07-08T18:33:09.274Z","avatar_url":"https://github.com/machinelearningzuu.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# build-generative-ai-apps-with-langchain\n\n\"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\n\n### Installation\n      pip -q install openai langchain huggingface_hub\n      pip install --upgrade openai \n      \n  create cadentials.yaml which has below template\n            \n      OPENAI_API_KEY: \u003c\u003cOPENAI_API_KEY\u003e\u003e\n      HUGGINGFACEHUB_API_TOKEN: \u003c\u003cHUGGINGFACEHUB_API_TOKEN\u003e\u003e\n\n### LangChain Notebooks\n- Basic LLM Prompting with Langchain [Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/LLM-Prompting-Basics.ipynb)\n\n- Build First Sequential Chain with Langchain [Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/The-First-Sequential-Chain.ipynb)\n\n- ChatGPT meets LangChain , The Brothers of Destruction 🔥[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/ChatGPT🤝LangChain🔥.ipynb)\n\n- Maintain Conversations with Memory 🔥[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/Conversations-with-Memory.ipynb)\n\n- HuggingFaceHub IN🔥 OpenAI OUT[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/Chat-with-Flang20B-LangChain-HuggingFace.ipynb)\n\n- HuggingFaceHub🤝LangChain Work Local[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/HuggingFaceHub🤝LangChain-Work-Local.ipynb)\n\n- 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)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinelearningzuu%2Fbuild-generative-ai-apps-with-langchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachinelearningzuu%2Fbuild-generative-ai-apps-with-langchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinelearningzuu%2Fbuild-generative-ai-apps-with-langchain/lists"}