LangChain: LCEL
satya - 2/15/2024, 2:18:38 PM
You will find here
- Prompt templates
 - get started
 - how to guides
 - No explicit class hierarchy but possibly one can derive from them.
 
satya - 2/15/2024, 2:19:16 PM
Class hierarchy diagram for Prompt classes in langchain
Show images for: Class hierarchy diagram for Prompt classes in langchain
satya - 2/15/2024, 2:23:55 PM
From alphasec.io: Various modules explored
satya - 2/15/2024, 2:24:59 PM
what it has
- Models
 - Embeddings
 - Prompts
 - Indexes
 - Memory
 - Note: Keep in mind this is an unknown source for me. Links mayor may not work in the future.
 
satya - 2/18/2024, 1:49:15 PM
How to write a LangChain LCEL component
How to write a LangChain LCEL component
satya - 2/18/2024, 1:58:36 PM
it has
- The or operator
 - Runnable connection
 - Runnable pass through
 - Lambdas
 
satya - 2/18/2024, 1:58:46 PM
Does not cover
- streaming
 - async etc.
 
satya - 2/18/2024, 2:35:39 PM
Pictorial of a langchain chain functions
satya - 2/18/2024, 2:37:56 PM
Note that questions yields pretty good results
Note that questions yields pretty good results
satya - 2/18/2024, 2:39:34 PM
covers
- basics
 - router chains
 - if/else chains
 - chains of chains
 - Default chains
 
satya - 2/19/2024, 9:15:28 AM
LCEL explained diagrammatically

satya - 2/19/2024, 11:49:59 AM
Exploring LangChain Runnable framework
Exploring LangChain Runnable framework