🤖 TopoloOne AI Chat RAG

AI-powered chat service for TopoloOne website visitors

✅ Service Status: The AI Chat RAG worker is running and ready to serve requests.

📍 Available Endpoints

GET /health
Health check endpoint - returns service status and binding information
POST /chat
Main chat endpoint - send a message and receive an AI-powered response with sources

🚀 Quick Test

Try the health check endpoint:

curl https://ai.one.topolo.app/health

Test the chat functionality:

curl -X POST https://ai.one.topolo.app/chat \ -H "Content-Type: application/json" \ -d '{"message": "What is TopoloOne?"}'

📚 Integration

This service is integrated with the TopoloOne marketing site's ChatWidget component. Visitors can ask questions about TopoloOne and receive intelligent, context-aware responses powered by Cloudflare AutoRAG.

🛠️ Technical Details