langchain-sourcey to retrieve from a published Sourcey docs site. It
reads search-index.json, uses llms-full.txt when present, and returns
canonical page URLs for citation.
Installation and setup
Installlangchain-sourcey:
search-index.json for candidate pages and llms-full.txt for full-page
content when that file is present.
Retriever
You can useSourceyRetriever in a
standard retrieval pipeline.
Connect these docs to your agent of choice via MCP for real-time answers.

