Build a RAG corpus from a docs site
- Use Web Crawler with the docs site's root URL as the starting point
- Set crawl depth and page limit appropriately
- Get the bundled Markdown export — one file per URL
- Ingest into your vector store (Pinecone, Weaviate, pgvector, etc.) with the URL as the source metadata