Preparation Phase
Supported Office Software
WordOllama currently supports the following office software:
- Microsoft Office Word 2013/2016/2019/2024/365
- Kingsoft WPS Office (latest version)
System Requirements
- Operating System: Windows 7/10/11
- .NET Framework: 4.8 (included by default in Windows 10/11)
WPS Special Configuration
The latest one-click installation script includes the WPS configuration process. For manual configuration, choose one of the following methods:
Method 1: Command Line Configuration
- Open PowerShell as an administrator and enter:
New-ItemProperty -Path "HKCU:\SOFTWARE\kingsoft\office\WPS\AddinsWl" -Name "WordOllama" -Value "" -PropertyType String
- Alternatively, open CMD as an administrator and enter:
reg add "HKCU\SOFTWARE\kingsoft\office\WPS\AddinsWl" /v WordOllama /t REG_SZ /d "" /f
Method 2: Manual Registry Edit
- Press
Win + R
, type “regedit”, and press Enter to open the Registry Editor. - Navigate to
HKEY_CURRENT_USER\Software\Kingsoft\Office\WPS\AddinsWL
. - Right-click in the right pane, select “New > String Value”.
- Name the new value “WordOllama”.
After configuration, restart WPS to enable the plugin.
Hardware Requirements
To ensure smooth operation of LLM models, the recommended hardware specifications are as follows:
CPU Mode
- Processor:
- Intel: 9th Gen Core i5/i7/i9 or newer
- AMD: Ryzen 5/7/9 3000 series or newer
- Memory: Minimum 16GB, recommended 32GB
GPU Mode
- Graphics Card:
- NVIDIA: RTX 2060 (6GB) or higher
- AMD: RX 5600 (8GB) or higher
- VRAM: Minimum 6GB, recommended 8GB or more
Storage Space
- Reserve at least 20GB on the system drive (default C:) for model storage.
- Storage location can be modified via environment variables or plugin advanced settings.
Installing Ollama
- Visit the Ollama official website.
- Click
Download
to access the download page. - Select
Download for Windows
to download and install.
Once these steps are complete, you’re ready to install WordOllama!