πŸš€ BrainKB Chat Service

πŸ“‹ Service Information

Version: 1.0.0

Status: running

Description: AI-powered chat service with PostgreSQL caching and knowledge graph integration

Contact: tekraj@mit.edu

✨ Features

  • PostgreSQL-based caching system
  • Real-time chat streaming
  • Session management
  • Knowledge graph integration
  • Context-aware responses
  • Health monitoring

πŸ’Ύ PostgreSQL Caching

Intelligent response caching with PostgreSQL database for improved performance

πŸ”„ Real-time Streaming

Stream chat responses in real-time for enhanced user experience

🧠 Knowledge Graph

Context-aware responses with knowledge graph integration

πŸ“Š Session Management

Persistent chat sessions with conversation history

πŸ“‘ API Endpoints

POST /chat
Main chat endpoint with caching
POST /chat?stream=true
Streaming chat endpoint
GET /chat/sessions
Get all chat sessions
GET /chat/cache/stats
Get cache statistics
GET /health
Health check endpoint
GET /docs
Interactive API documentation
GET /redoc
Alternative API documentation