This repository contains 3 Jupyter notebooks and a chainlit demo app.
- Langchain_intro: contains basic prompting
- Langchain_agents: tools and agents
- Langchain_rag: contains RAG introduction
Chainlit installation guide: https://docs.chainlit.io/get-started/installation
Afterwards, you can run the app with:
chainlit run filename.py -w
Langgraph has a very good introduction tutorial: https://langchain-ai.github.io/langgraph/tutorials/introduction/