Deep dive into LangChain Expression Language (LCEL): Pipe Operator , Runnables, Async & Streaming

Sdílet
Vložit
  • čas přidán 25. 08. 2024
  • Topics covered:
    - Pipe Operator
    - Understanding runnables
    - RunnableParallel
    - RunnablePassthrough
    - RunnableLambda
    - Assign
    - Performance improvement (inference speed)
    - Async invoke
    - Batch support
    - Async Batch
    - Using Itemgetter with LCEL
    - Bind tools
    - Stream Support
    Notebook : github.com/ari...

Komentáře • 4

  • @dlpkmrpttpt
    @dlpkmrpttpt Před měsícem +1

    Awesome presentation. You can make it more accessible by splitting the video into chapters.

  • @farhanafridi8694
    @farhanafridi8694 Před 2 měsíci +1

    Wonderful explanation!
    Can we add memory into the rag pipeline? is there any method to do it?