Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -352,6 +352,12 @@ YOLO may return the same tag list format as CLIP, or object detections:
|
||||
php artisan queue:work --queue=default
|
||||
```
|
||||
|
||||
- Scout/Meilisearch syncing uses the `search` queue, so artwork indexing workers must include that queue as well:
|
||||
|
||||
```bash
|
||||
php artisan queue:work --queue=search,default
|
||||
```
|
||||
|
||||
- If `VISION_QUEUE=vision`, run worker for that queue:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user