Skip to main content
This quickstart creates a small support knowledge base, stores it in Qdrant, retrieves the matching chunk, and asks an LLM for a grounded answer. It uses inline Markdown for the first smoke test, then shows the same SDK workflow with documents, websites, and REST API sources.

1. Install

For website extraction:

2. Configure

3. Ingest

ingest() runs extraction, chunking, embedding, and storage.
Use the same ingest workflow with other source types:

4. Query

5. Chat

Expected answer:
Chat is stateless. Store the returned history and pass it to the next turn.

Next

Ingest

Learn the full SDK ingest workflow.

Query

Search and chat over the stored knowledge base.

Overview

See every SDK pipeline stage.

Extraction

Use documents, websites, and APIs.