A Large Language Model (LLM) chatbot User Interface (UI).
- Frontend UI: Static HTML deployed on Cloudflare Pages.
- Backend: dls-ai.dlsdemo.com deployed on Cloudflare Workers, using Workers AI, Vectorize, and D1.
- Maximum of 500 characters per
query
. - Review Workers Limits.
- Review Workers AI Limits.
- Review Vectorize Limits.
- Review D1 Limits.
Educational purposes only.
Inspired by the Build a Retrieval Augmented Generation (RAG) AI tutorial and Cloudflare's built-in Workers AI embeddings with LangChain.js.