{"message":"Welcome to Boris Sales Bot Backend","description":"Hybrid RAG-powered sales bot with conversational interface","version":"1.0.0","environment":"development","features":["PDF document ingestion and vector search","Structured facts management","Conversational AI interface","Session management","UI component generation","Hybrid RAG retrieval","Comprehensive state logging","Conversation analytics","Performance monitoring","User engagement tracking","Human escalation system","Support ticket management"],"endpoints":{"docs":"/docs","health":"/api/v1/health","rag_health":"/api/v1/rag/health","chat_health":"/api/v1/chat/health","analytics_health":"/api/v1/analytics/health","pdf_ingest":"/api/v1/rag/ingest/pdf","chat":"/api/v1/chat/chat","retrieve":"/api/v1/rag/retrieve","facts":"/api/v1/rag/facts","session_analytics":"/api/v1/analytics/sessions/{session_id}/analytics","conversation_flow":"/api/v1/analytics/sessions/{session_id}/conversation-flow","performance_metrics":"/api/v1/analytics/sessions/{session_id}/performance","create_escalation":"/api/v1/escalations","list_escalations":"/api/v1/escalations","get_escalation":"/api/v1/escalations/{ticket_id}"},"status":{"database":"connected","vector_documents":221,"openai_configured":true,"supabase_configured":true},"quick_start":{"1_upload_pdf":"POST /api/v1/rag/ingest/pdf","2_add_facts":"POST /api/v1/rag/facts/upsert","3_start_chat":"POST /api/v1/chat/chat","4_view_analytics":"GET /api/v1/analytics/sessions/{session_id}/analytics","5_create_escalation":"POST /api/v1/escalations","6_list_escalations":"GET /api/v1/escalations"},"docs_url":"/docs","redoc_url":"/redoc"}