LangChain Flows

LangChain Flows

May 17, 2024 | seedling, permanent

tags :

LangChain Flow #

Creating intelligent workflows or flows with LangChain framework.

DAG flows #

Use LCEL ref

Flow for creating proposals #

  1. create an outline for the proposal manually
  2. For each outline
  3. use multiquery retriever to create 5 questions
  4. get the top 10 answers for each question
  5. using this context create proposal for the outline

Cycle flows or flows with cycles #

Use LangGraph ref


No notes link to this note

Go to random page

Previous Next