Examples
💬 Chat with Webpage
Build a RAG chatbot for any webpage using ScrapeGraph and LanceDB
Learn how to build a RAG (Retrieval Augmented Generation) chatbot that can answer questions about any webpage by combining ScrapeGraph’s Markdownify service with LanceDB vector store and OpenAI.
Try it yourself in our interactive notebooks:
The Goal
We’ll create a chatbot that can:
Feature | Description |
---|---|
Webpage Ingestion | Convert any webpage to markdown format |
Content Chunking | Split content into manageable chunks |
Vector Storage | Store and index chunks in LanceDB |
Question Answering | Answer questions using relevant chunks |
Code Example
Example Output
Markdownify
Learn more about our webpage-to-markdown service
Python SDK
Explore our Python SDK documentation
Have a suggestion for a new example? Contact us with your use case or contribute directly on GitHub.
Was this page helpful?