Image-to-Text
PyTorch
Safetensors
PEFT
English
remote-sensing
satellite-imagery
earth-observation
change-detection
visual-grounding
image-captioning
visual-question-answering
optical-sar-fusion
sar
multimodal
lora
Instructions to use thundercode/SatQuery with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thundercode/SatQuery with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
release: add docs/architecture/10-observability-and-ops.md
Browse files
docs/architecture/10-observability-and-ops.md
CHANGED
|
@@ -117,7 +117,7 @@ flowchart TD
|
|
| 117 |
|
| 118 |
### 2.1 The measured live payload
|
| 119 |
|
| 120 |
-
Probed live on 2026-09-25 against `https://
|
| 121 |
(`release/repo/docs/DEPLOYMENT.md` §2; `release/CURRENT_RELEASE_STATE.md` §1):
|
| 122 |
|
| 123 |
```json
|
|
@@ -131,7 +131,7 @@ Probed live on 2026-09-25 against `https://satquery-backend-m4yv.onrender.com/ap
|
|
| 131 |
The exact command recorded elsewhere in the project's evidence register is:
|
| 132 |
|
| 133 |
```bash
|
| 134 |
-
curl --noproxy '*' https://
|
| 135 |
```
|
| 136 |
|
| 137 |
(`docs/FINAL_DELIVERY_REPORT.md` §4, cited in `release/repo/docs/architecture/02-deployment-topology.md` §7.1.)
|
|
@@ -1781,7 +1781,7 @@ the tunnel is the live transport and the forwarded-port path is dead for a priva
|
|
| 1781 |
repo); the tunnel is the live transport."*).
|
| 1782 |
|
| 1783 |
```bash
|
| 1784 |
-
curl --noproxy '*' https://
|
| 1785 |
```
|
| 1786 |
|
| 1787 |
Read `tunnel.agent_connected`. `true` means an agent has polled within the last 60 seconds
|
|
|
|
| 117 |
|
| 118 |
### 2.1 The measured live payload
|
| 119 |
|
| 120 |
+
Probed live on 2026-09-25 against `https://<backend-host>/api/health`
|
| 121 |
(`release/repo/docs/DEPLOYMENT.md` §2; `release/CURRENT_RELEASE_STATE.md` §1):
|
| 122 |
|
| 123 |
```json
|
|
|
|
| 131 |
The exact command recorded elsewhere in the project's evidence register is:
|
| 132 |
|
| 133 |
```bash
|
| 134 |
+
curl --noproxy '*' https://<backend-host>/api/health
|
| 135 |
```
|
| 136 |
|
| 137 |
(`docs/FINAL_DELIVERY_REPORT.md` §4, cited in `release/repo/docs/architecture/02-deployment-topology.md` §7.1.)
|
|
|
|
| 1781 |
repo); the tunnel is the live transport."*).
|
| 1782 |
|
| 1783 |
```bash
|
| 1784 |
+
curl --noproxy '*' https://<backend-host>/api/health
|
| 1785 |
```
|
| 1786 |
|
| 1787 |
Read `tunnel.agent_connected`. `true` means an agent has polled within the last 60 seconds
|