What is Langchain Expression Language? - Deep Dive Part 1

preview_player
Показать описание
In this video, I go over Langchain Expression Language (LCEL) you can use in their python library and tell you how it works, the pros and cons, and show you how to do some simple setups with prompts, RAG, etc.

Relevant Links:

Find me:
Рекомендации по теме
Комментарии
Автор

Good one. I liked how you broke down Runnables with your flow chart and invoked each one separately to (I went and coded this as well to help me visualise it). I was having trouble understanding the syntax {"context" : retriever, ... (see 4:16) but looking back at the section on Schemas help me see that its just building a 'raw' schema to feed into the prompt (I think I have that right)

leestapleton
Автор

Thanks for clear explanation, I found the docs a bit vague.

srinathmp
Автор

How did you not laugh reading that Pirate example? 😂

karimdrissi
Автор

Hey Michael. This was awesome. Can u make a video on retrieving data from SQL Database using LCEL, Fast API and LangChain templates. That would help alot

SonuOP