Skip to main content
Use this walkthrough when your source material lives in files: PDFs, DOCX, PPTX, XLSX, Markdown, HTML, TXT, CSV, or a folder containing many supported documents.

What you will build

A docs collection from files/docs/, with retrieval and chat over the parsed documents.

Prerequisites

1. Pick the input shape

2. Ingest the folder

3. Query or chat

Uploads over REST

Use multipart upload when the client sends file bytes to the server.

Next steps