Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

WikiLoop v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 08:12

Installation

macOS (Apple Silicon)

  1. Download WikiLoop-0.1.0-darwin-arm64.dmg
  2. Open the DMG and drag WikiLoop to Applications
  3. Download the embedding model (see below) and place in ~/wikiloop-kb/models/bge-small-zh/

Linux (x86_64 / ARM64)

tar -xzf wikiloop-0.1.0-linux-<arch>.tar.gz
sudo ln -sf $(pwd)/wikiloop /usr/local/bin/wikiloop

Embedding Model

Download separately and place in <WIKILOOP_KB>/models/bge-small-zh/:

  • model.onnx
  • tokenizer.json
  • meta.json

See README for full setup instructions.