{"service":"Ingestion Microservice","version":"2.0.0","status":"running","description":"FastAPI microservice for document ingestion with hybrid search","endpoints":{"ingestion":{"batch":"POST /api/v1/ingest","single":"POST /api/v1/ingest/document"},"documents":{"create":"POST /api/v1/documents","read":"GET /api/v1/documents/{doc_id}","update":"PUT /api/v1/documents/{doc_id}","delete":"DELETE /api/v1/documents/{doc_id}","list":"GET /api/v1/documents"},"teams":{"create":"POST /api/v1/teams","read":"GET /api/v1/teams/{team_id}","update":"PUT /api/v1/teams/{team_id}","delete":"DELETE /api/v1/teams/{team_id}","list":"GET /api/v1/teams","tree":"GET /api/v1/teams/tree","children":"GET /api/v1/teams/{team_id}/children","ancestors":"GET /api/v1/teams/{team_id}/ancestors"},"search":{"unified":"GET /api/v1/search"},"analytics":{"all_teams":"GET /api/v1/analytics/teams","team_stats":"GET /api/v1/analytics/teams/{team_id}/stats","hierarchy_stats":"GET /api/v1/analytics/teams/{team_id}/hierarchy-stats"},"documentation":{"swagger":"/docs","redoc":"/redoc"}},"configuration":{"opensearch_index":"centricity-support-documents-v2","s3_bucket":"cwt-dev-ingestion-documents","text_model":"all-MiniLM-L6-v2","image_model":"ViT-B-32 (openai)"}}