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.
Last updated
Was this helpful?
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.
# Start the service using the executable directly
./databridgeLogs are stored in the logs directory within the installation path:
# View API logs
cat logs/api.log
# View ingestion logs
cat logs/ingestion.logThis page is: Copyright © 2026 MariaDB. All rights reserved.
Last updated
Was this helpful?
Was this helpful?

