Skip to content

Commit

Permalink
Merge pull request #11 from sajal2692/blog
Browse files Browse the repository at this point in the history
blog: add link to github repo
  • Loading branch information
sajal2692 committed Feb 29, 2024
2 parents b9ce3d6 + ac7f406 commit e5a4ac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/blog/corrective-rag-langgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ This is where [Corrective RAG (CRAG)](https://arxiv.org/abs/2401.15884) comes in

In my latest experiment, I implemented CRAG using [LangGraph](https://python.langchain.com/docs/langgraph), a powerful framework developed by the team at Langchain, for building complex AI workflows, using a graph-based approach. Follow along and this blog post will reinforce not only the value of CRAG to handle similar situations, but also the capability of LangGraph in orchestrating complex LLM workflows.

You can find a Python notebook for this post [here](https://github.com/sajal2692/llm_tutorials/blob/main/rag/corrective_rag_with_langgraph.ipynb).

## Set Up

We’ll use langgraph (and thus, langchain) as our orchestration framework, OpenAI API for the chat and embedding endpoints, and ChromaDB for this demonstration.
Expand Down

0 comments on commit e5a4ac6

Please sign in to comment.