For the complete documentation index, see llms.txt. This page is also available as Markdown.

Service Management

Starting the MariaDB AI RAG service and viewing its logs, covering the executable start command and log file paths for API and ingestion output in the logs directory.

MariaDB AI RAG runs as a web service using Uvicorn/FastAPI. You can manage the service using standard system commands.

Starting the Service

# Start the service using the executable directly
./databridge

Viewing Logs

Logs are stored in the logs directory within the installation path:

# View API logs
cat logs/api.log

# View ingestion logs
cat logs/ingestion.log

This page is: Copyright © 2026 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?