Daceflow AI
Unlock Possibilities →
📧 Connect with us: [email protected]
Link: https://youtu.be/P3MAbZ2eMUI
A fast-paced introduction to LangChain describing its modules: prompts, models, indexes, chains, memory and agents. It is packed with examples and animations to get the main points across as simply as possible. The agent section will be covered in more depth in a following video.
You will need Python and Pipenv
- Clone the repository:
git clone https://github.com/edrickdch/langchain-101
- Navigate to the project directory:
cd langchain-101
- Install the required dependencies using Pipenv:
pipenv install
- Activate the Pipenv shell:
pipenv shell
- Ex: Run a script:
python src/prompts/prompt-templates.py
- LangChain: https://python.langchain.com/en/latest/index.html
- Self-Ask Paper: https://ofir.io/self-ask.pdf
- ReAct Paper: https://arxiv.org/abs/2210.03629
👇 Subscribe to the newsletter if you're interested in building more AI applications