[PR #3195] Update Corrective RAG demo with small fixes #3156

Closed
opened 2026-02-20 17:48:10 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/3195

State: closed
Merged: No


I have been playing with Corrective RAG demo in LangGraph repository and gave found some small issues and typos.
Here is the list of them:

  • OpenAI model GPT-4o-mini is cheaper and supports structured output as opposite to gpt-3.5-turbo used along the script
  • Added a small section to load dotenv and quick-setup for LangSmith
  • Some prints at the end of the script were broken or not showing the expected output
  • Typo: "ALL DOCUMENTS ARE NOT RELATED TO THE QUESTION..."; actually this is triggered if at least 1 of them is not relevant, so the message is wrong.
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3195 **State:** closed **Merged:** No --- I have been playing with Corrective RAG demo in LangGraph repository and gave found some small issues and typos. Here is the list of them: - OpenAI model GPT-4o-mini is cheaper and supports [structured output](https://platform.openai.com/docs/guides/structured-outputs) as opposite to gpt-3.5-turbo used along the script - Added a small section to load `dotenv` and quick-setup for LangSmith - Some prints at the end of the script were broken or not showing the expected output - Typo: "ALL DOCUMENTS ARE NOT RELATED TO THE QUESTION..."; actually this is triggered if at least 1 of them is not relevant, so the message is wrong.
yindo added the pull-request label 2026-02-20 17:48:10 -05:00
yindo closed this issue 2026-02-20 17:48:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3156