04. Add web search module

Add web search module

step

  1. Perform Naive RAG

  2. Check relevance for searched documents (Groundedness Check)

  3. (This tutorial) Add Web Search

Reference

  • It's an extension from the previous tutorial, so there may be overlapping parts. Please refer to the previous tutorial for insufficient explanation.

Preferences

Basic PDF-based Retrieval Chain creation

Here, we create a Retrieval Chain based on PDF documents. Retrieval Chain with the simplest structure.

However, LangGraph creates Retirever and Chain separately. Only then can you do detailed processing for each node.

Reference

  • As covered in the previous tutorial, we omit the detailed description.

Last updated