Skip to content

Commit

Permalink
docs: DOC-241: Add troubleshooting page to Community docs (#6351)
Browse files Browse the repository at this point in the history
Co-authored-by: caitlinwheeless <[email protected]>
  • Loading branch information
caitlinwheeless and caitlinwheeless authored Sep 19, 2024
1 parent 95d040e commit 88247e7
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 5 deletions.
12 changes: 11 additions & 1 deletion docs/source/guide/ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,17 @@ The model should begin running at `http://localhost:9090` (if you are using a Do
{"model_class":"SamMLBackend","status":"UP"}
```

If you see any errors, see [Troubleshooting ML Backends & Predictions](https://support.humansignal.com/hc/en-us/sections/23627938255117-ML-Backend-Predictions) in the HumanSignal support center and see the [Troubleshooting section in the README](https://github.com/HumanSignal/label-studio-ml-backend/tree/master?tab=readme-ov-file#troubleshooting).
<div class="opensource-only">

If you see any errors, see [Troubleshooting ML backends](troubleshooting#ML-backends) and the [Troubleshooting section in the README](https://github.com/HumanSignal/label-studio-ml-backend/tree/master/README.md#troubleshooting).

</div>

<div class="enterprise-only">

If you see any errors, see [Troubleshooting ML Backends & Predictions](https://support.humansignal.com/hc/en-us/sections/23627938255117-ML-Backend-Predictions) in the HumanSignal support center and see the [Troubleshooting section in the README](https://github.com/HumanSignal/label-studio-ml-backend/tree/master/README.md#troubleshooting).

</div>

#### localhost and Docker containers

Expand Down
12 changes: 11 additions & 1 deletion docs/source/guide/predictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,4 +822,14 @@ Import pre-annotated tasks into Label Studio [using the UI](tasks.html#Import-da

### Troubleshooting pre-annotations

See [Troubleshooting ML Backends & Predictions](https://support.humansignal.com/hc/en-us/sections/23627938255117-ML-Backend-Predictions) in the HumanSignal support center.
<div class="opensource-only">

See [Troubleshooting pre-annotations](troubleshooting#Pre-annotations).

</div>

<div class="enterprise-only">

See [Troubleshooting ML Backends & Predictions](https://support.humansignal.com/hc/en-us/sections/23627938255117-ML-Backend-Predictions) in the HumanSignal support center.

</div>
26 changes: 23 additions & 3 deletions docs/source/guide/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,19 @@ When working with an external cloud storage connection, keep the following in mi

* Label Studio doesn’t import the data stored in the bucket, but instead creates *references* to the objects. Therefore, you must have full access control on the data to be synced and shown on the labeling screen.
* Sync operations with external buckets only goes one way. It either creates tasks from objects on the bucket (Source storage) or pushes annotations to the output bucket (Target storage). Changing something on the bucket side doesn’t guarantee consistency in results.
* We recommend using a separate bucket folder for each Label Studio project.
* We recommend using a separate bucket folder for each Label Studio project.

For more troubleshooting information, see [Troubleshooting Import, Export, & Storage](https://support.humansignal.com/hc/en-us/sections/16982163062029-Import-Export-Storage) in the HumanSignal support center.
<div class="opensource-only">

For more troubleshooting information, see [Troubleshooting Label Studio](troubleshooting).

</div>

<div class="enterprise-only">

For more troubleshooting information, see [Troubleshooting Import, Export, & Storage](https://support.humansignal.com/hc/en-us/sections/16982163062029-Import-Export-Storage) in the HumanSignal support center.

</div>

## How external storage connections and sync work

Expand Down Expand Up @@ -662,4 +672,14 @@ If you're using Label Studio in Docker, you need to mount the local directory th
### Troubleshooting cloud storage
See [Troubleshooting Import, Export, and Storage](https://support.humansignal.com/hc/en-us/sections/16982163062029-Import-Export-Storage) in the HumanSignal support center.
<div class="opensource-only">
For more troubleshooting information, see [Troubleshooting Label Studio](troubleshooting).
</div>
<div class="enterprise-only">
For more troubleshooting information, see [Troubleshooting Import, Export, & Storage](https://support.humansignal.com/hc/en-us/sections/16982163062029-Import-Export-Storage) in the HumanSignal support center.
</div>
Loading

0 comments on commit 88247e7

Please sign in to comment.