Skip to content

Commit 905043e

Browse files
authored
docs(README): improve the "resources" section.
1 parent 8b8755b commit 905043e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🤖 LLM demo
1+
# 🐦‍⬛🔗 LangChain LangGraph Course
22

33
<p align="left">
44
<a href="https://github.com/pabroux/llm-demo/blob/master/LICENSE">
@@ -25,4 +25,21 @@ sample_llm_application : explains how to use LLM with LangChain (PromptTemplate
2525

2626
## Resources
2727

28+
The resources described here are sorted in order of importance. For instance, to better understand and grasp each LangChain concept, you should have knowledge of LLM theory and LLM engineering.
29+
30+
### LLM theory
31+
32+
- [LLM course](https://github.com/mlabonne/llm-course?tab=readme-ov-file#-the-llm-scientist)
33+
34+
### LLM engineering
35+
36+
- [LLM's Engineer Handbook](https://www.amazon.com/LLM-Engineers-Handbook-engineering-production/dp/1836200072/?_encoding=UTF8&pd_rd_w=TdT64&content-id=amzn1.sym.46807d81-91bd-498b-9732-d523d8e7a752%3Aamzn1.symc.fc11ad14-99c1-406b-aa77-051d0ba1aade&pf_rd_p=46807d81-91bd-498b-9732-d523d8e7a752&pf_rd_r=ZRWE6KNJ1MWQT6JCGNQQ&pd_rd_wg=F82Rn&pd_rd_r=d1fd6111-7922-469e-8bb0-e0a31dd91141&ref_=pd_hp_d_atf_ci_mcx_mr_ca_hp_atf_d)
37+
38+
### LangChain
39+
40+
- [LangChain tutorial](https://python.langchain.com/docs/tutorials/)
41+
- [LangChain expression language (LCEL)](https://python.langchain.com/docs/versions/migrating_chains/llm_chain/#legacy)
42+
43+
### LangGraph
44+
2845
- [LangGraph tutorial](https://langchain-ai.github.io/langgraph/concepts/why-langgraph/)

0 commit comments

Comments
 (0)