OAN API for AMUL implementation
Repository review notes for strange implementations, dead code, and unused segments are tracked in docs/REPOSITORY_REVIEW_2026-03-10.md. Maintained docs are indexed in docs/README.md.
Telemetry status summary:
- Telemetry was not wired into the active FastAPI runtime flow and has been removed.
Webview endpoint note:
/auth/webview-urlvalidates FCM tokens by trying configured Firebase service accounts sequentially withdry_run=True, which adds avoidable per-request latency when multiple projects are configured.
docker system prune -a --volumes
docker network create networkname
docker run -d --name redis-stack --network networkname -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
docker compose up --build --force-recreate --detach
docker compose down --remove-orphans
docker compose down --remove-orphans docker compose up --build --force-recreate --detach docker logs -f container name
docker run --name marqo -p 8882:8882 \
-e MARQO_MAX_CONCURRENT_SEARCH=50 \
-e VESPA_POOL_SIZE=50 \
marqoai/marqo:latest