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

https://github.com/lazauk/deeplearningai-langchain-appdevelopment

Practical Jupyter notebooks from Andrew Ng and Harrison Chase's "LangChain for LLM Application Development" course on DeepLearning.AI.
https://github.com/lazauk/deeplearningai-langchain-appdevelopment

andrew-ng-course harrison-chase-course langchain machine-learning openai

Last synced: 4 months ago
JSON representation

Practical Jupyter notebooks from Andrew Ng and Harrison Chase's "LangChain for LLM Application Development" course on DeepLearning.AI.

Awesome Lists containing this project

README

        

# LangChain for LLM Application Development

Andrew Ng and Harrison Chase (LangChain CEO) released great course called ["LangChain for LLM Application Development"](https://learn.deeplearning.ai/langchain) on DeepLearning.AI site.

I've followed on-screen instructions to re-create their practical Jupyter notebooks and then adapted the code to run against Azure OpenAI service, as it has slightly different syntax in comparison to the original OpenAI endpoints:

1. Models, Prompts and Output Parsers;
2. Memory;
3. Chains;
4. Questions & Asnwers;
5. Agents.