Skip to content

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

  1. Open PowerShell as an administrator and enter:
Terminal window
New-ItemProperty -Path "HKCU:\SOFTWARE\kingsoft\office\WPS\AddinsWl" -Name "WordOllama" -Value "" -PropertyType String
  1. Alternatively, open CMD as an administrator and enter:
Terminal window
reg add "HKCU\SOFTWARE\kingsoft\office\WPS\AddinsWl" /v WordOllama /t REG_SZ /d "" /f

Method 2: Manual Registry Edit

  1. Press Win + R, type “regedit”, and press Enter to open the Registry Editor.
  2. Navigate to HKEY_CURRENT_USER\Software\Kingsoft\Office\WPS\AddinsWL.
  3. Right-click in the right pane, select “New > String Value”.
  4. Name the new value “WordOllama”.
    regedit

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

  1. Visit the Ollama official website.
  2. Click Download to access the download page.
  3. Select Download for Windows to download and install.
    ollamaDownload

Once these steps are complete, you’re ready to install WordOllama!