Skip to content

v1.0.0

Latest

Choose a tag to compare

@rootsongjc rootsongjc released this 07 Aug 13:20
· 2 commits to main since this release
d051fcd

Website RAG Chatbot v1.0.0 Release

Features:

  • Embeddable AI chatbot widget for Hugo websites
  • Markdown ingestion, chunking, embedding, and retrieval via Cloudflare Vectorize
  • Multilingual support: Chinese and English content, with language-aware retrieval and URL mapping
  • Source references for answers
  • Customizable chunking and rerank strategies
  • Admin API for manual ingestion and debugging
  • Cloudflare Worker deployment with Qwen/Gemini LLM support
  • Comprehensive test suite: unit, integration, and E2E (Playwright)

Setup & Usage:

  • See README for Cloudflare, environment, and deployment instructions
  • Easily embed widget.js in your site
  • Supports full reindex, single file upload, and manual ingestion

Improvements & Notes:

  • Conversation memory (KV/D1) ready for future integration
  • Source mapping can be further refined for custom routing
  • Apache 2.0 License