{
  "service": "Marfeel Vectors Extractor",
  "version": "1.0.0",
  "description": "Service for extracting text embeddings using different providers",
  "endpoints": {
    "POST /embeddings": "Get embeddings for text",
    "GET /health": "Health check",
    "GET /providers": "List available providers",
    "GET /": "Service information"
  },
  "documentation": "https://github.com/marfeel/vectors-extractor"
}