2025-05-24 12:17:45 +02:00

251 B

Usage

Serving the api

run the following command to start the server

uv run uvicorn atlas_librarian.app:app --reload --port 8000

Deploy to prefect

run the following command to deploy the flow to prefect

uv run deploy