Skip to main content
Sourcey builds static docs sites. Use 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

Install langchain-sourcey:
No API key is required. Point the retriever at the root of a published Sourcey docs build. It reads search-index.json for candidate pages and llms-full.txt for full-page content when that file is present.

Retriever

You can use SourceyRetriever in a standard retrieval pipeline.
See the usage example or the Sourcey guide.