+1
−0
+209
−54
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
feat(3gpp-ai): add --device, --threads, --batch-size, --vlm, --embed CLI options for workspace commands Add accelerator, VLM, and embed CLI options to workspace add-members and workspace process. --device: compute device for Docling extraction (auto, cpu, cuda, mps, xpu) --threads: number of threads for CPU-bound operations --batch-size: batch size for OCR, layout, and table structure --vlm: enable VLM picture description and formula enrichment --embed: insert into LightRAG knowledge graph (implies --convert-md) Also refactor workspace_add_members to extract _checkout_and_convert_items helper