Search_Engine.ipynb
contains the core code for crawling the LangChain documentation and building a searchable index.built_index.zip
includes the pre-built index (as of April 2, 2025) based on the LangChain docs.- You can adjust the number of pages to crawl in the notebook to increase content coverage.
- To crawl a different site, simply update the
base_url
in the notebook.
- Follow this link