For prospective customers · Complete before your installation call · No installation required
Before we book your Weld AI installation call, please complete the three steps below. The installation call itself is short and straightforward — but only once your system is confirmed ready in advance.
Weld AI supports several installation configurations depending on your server setup. Review the options below and identify which best matches your situation — include this in your email.
Not sure which applies to you? Email us at hello@weldai.uk and we'll advise.
Weld AI installed directly on a Windows 10 or 11 PC or workstation. Documents stored in a local folder on the same machine.
Your IT team creates a small Ubuntu Linux virtual machine (VM) on your Windows Server using Hyper-V — Windows Server's built-in virtualisation platform. Weld AI runs inside the Ubuntu VM, completely isolated from your main server. This is the recommended approach for Windows Server as it avoids WSL2 complexity and supports network shares.
Weld AI installed directly on an Ubuntu or Debian Linux server. Simplest possible install — Docker works natively with no virtualisation layer needed.
Weld AI installed directly on Windows Server 2022 without a Linux VM. Only recommended when Hyper-V is unavailable or IT policy prevents running Linux. Requires complex WSL2 configuration.
Get-WindowsFeature Hyper-V in PowerShell.
| Requirement | Windows PC | Win Server + Ubuntu VM | Win Server Direct | Linux Server |
|---|---|---|---|---|
| OS | Windows 10 (21H2+) or 11 | Windows Server 2022 + Ubuntu 22.04 VM | Windows Server 2022 Desktop Experience | Ubuntu 22.04 LTS or Debian 12 |
| RAM | 8GB min, 16GB rec. | 16GB min (4GB for VM) | 16GB min | 8GB min, 16GB rec. |
| Disk | 20GB free | 60GB free (VM + app) | 20GB free | 20GB free |
| Virtualisation | WSL2 + VM Platform | Hyper-V on host | WSL2 (complex setup) | Not required |
| Docker | Docker Desktop | Docker Engine (in VM) | Docker Desktop | Docker Engine |
| Network shares | ❌ Not supported | ✅ Samba/NFS | ❌ Not supported | ✅ Samba/NFS |
| Internet | Outbound HTTPS (port 443) to api.anthropic.com — required for AI queries. | |||
| Network ports | 80 and 443 inbound — only needed if accessed from other PCs on the network. | |||
Weld AI can index any number of documents — the practical limit depends on your server's RAM and storage. Use the table below to check your setup is appropriate for your document collection.
| Document collection | Min RAM | Recommended RAM | Initial index time* |
|---|---|---|---|
| Small — up to 50 documents | 8GB | 8GB | Under 5 minutes |
| Medium — 50–200 documents | 8GB | 16GB | 5–20 minutes |
| Large — 200–500 documents | 16GB | 16GB+ | 20–60 minutes |
| Very large — 500+ documents | Contact us before purchase — we will advise on hardware and configuration. | ||
* Estimated times for typical mixed documents on a 16GB RAM server with local storage. Actual times depend heavily on hardware — see measured results below.
| Scenario | Documents | Chunks | Time (constrained) |
|---|---|---|---|
| First full build (incl. model download) | 5 large PDFs | 1,375 | ~18 minutes |
| Subsequent full rebuild | 5 large PDFs | 1,375 | ~17 minutes |
| Incremental update (1 new file added) | 1 of 6 | 275 | ~3 minutes |
Test hardware: Ubuntu VM, 3.3GB RAM, documents on Samba network share, 5MB PDFs (~275 pages each). Model: BAAI/bge-base-en-v1.5.
Understanding where your documents are stored determines the best install type. Weld AI reads documents from a folder on the server — the table below shows what is and isn't supported.
| Document Location | Windows PC / Server (Direct) | Windows Server + Ubuntu VM | Linux Server |
|---|---|---|---|
| Local drive (C:\, D:\, E:\ etc.) | ✅ Supported | ✅ Supported | ✅ Supported |
| USB / external drive | ✅ Supported — must stay connected | ✅ Supported | ✅ Supported |
| OneDrive / SharePoint synced folder | ✅ Supported — files must be set to "Always keep on this device" | ⚠️ Complex | ⚠️ Complex |
| Network mapped drive (e.g. U:\) | ❌ Not supported | ✅ Supported via Samba — domain credentials needed for corporate networks | ✅ Supported via NFS/Samba — domain credentials needed for corporate networks |
| UNC path (\\server\share) | ❌ Not supported | ✅ Supported via Samba — domain credentials needed for corporate networks | ✅ Supported via NFS/Samba — domain credentials needed for corporate networks |
| File server (documents only on server) | ⚠️ Copy or sync needed | ✅ Best option — install Weld AI on the file server | ✅ Supported |
U:\docs) or UNC paths (e.g. \\server\documents). This is a fundamental Docker on Windows limitation. If your documents are on a file server, the recommended solution is the Windows Server + Ubuntu VM install type — Ubuntu can mount Windows file server shares directly via Samba, giving Weld AI full access to your documents without copying. We will advise on the best approach during your pre-installation review.
robocopy \\server\share C:\WeldAI\docs /MIR /ZThe script checks your system automatically and saves a zip file to your Desktop. Takes about 30 seconds. Run this on the machine where Weld AI will be installed.
⬇ Download weldai-diagnostics.ps1PowerShell script · No installation · No changes made to your system
Download weldai-diagnostics.ps1 and save it to your Desktop. If your browser warns the file could be harmful, click Keep to proceed — this warning appears for all PowerShell scripts.
Right-click the file and select Run with PowerShell. If asked about execution policy, type R and press Enter. No administrator rights needed.
A file called weldai-diagnostics.zip will appear on your Desktop. Email it to hello@weldai.uk with subject: Pre-Install — [your company name].
The automated script cannot check these items without Administrator rights. Please ask your IT contact to confirm the following and include their answers in your email.
api.anthropic.com. Required during installation and for every AI query. If a corporate proxy is in place, IT will need to whitelist this domain.
wsl --status. It must show Default Version: 2 and have a Linux distribution installed (e.g. Ubuntu).wsl — you should get a Linux prompt. Type exit to return to PowerShell.Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatformState: Enabled.
Set-Service -Name "com.docker.service" -StartupType Automatic
Get-WindowsFeature Hyper-V in PowerShell. IT will need to create a Ubuntu 22.04 VM (4GB RAM, 40GB disk) before the installation call.Get-CimInstance Win32_OperatingSystem.
\\fileserver\documents)CORP\username) or local accountPlease confirm all of the following before emailing us to book your installation call. Include this confirmation in your email.
wsl --status shows Default Version: 2 and running wsl gives a Linux prompt. Not required for Ubuntu VM or Linux installs.Please provide the following information in your email. This allows us to prepare your configuration in advance so the installation call is as quick as possible.
Select the option that best matches your setup from Section 1 above.
Weld AI uses the Anthropic Claude API to answer questions from your documents. You will need an API key before installation.
How to get your API key:
The name shown in the app header.
Approximate number — helps us advise on hardware and access configuration.
The full path to the folder containing your company documents. See Section 3 for supported locations.
The app shows up to 4 suggested question buttons on the home screen. Leave blank and we will suggest some based on your documents.