Cyrene Agent Models — BGE-M3 Embedding
⚠️ Recommended中文: 强烈建议安装本模型。贴纸语义匹配、图片语义识别等功能依赖 BGE-M3,没有安装时将自动降级为普通关键词匹配。
English: Installing this model is highly recommended. Sticker semantic matching and semantic scene recognition rely on BGE-M3. Without it, Cyrene-Agent will automatically fall back to basic keyword matching.
🇨🇳 中文
这是 Cyrene-Agent 的可选本地 BGE-M3 Embedding 模型。
安装后可启用以下增强能力:
- 🏷️ 贴纸语义匹配
- 🖼️ 图片 / 贴图语义匹配
- 🎭 场景语义识别
- 💬 更精准的语义检索
没有安装本模型也可以正常使用 Cyrene-Agent。
仅上述语义增强功能会自动关闭,不影响聊天、Agent、工具调用等其它功能。
📦 模型包
Cyrene-Agent-Models-Embedding-BGE-M3.zip
大小约:
570 MB
📥 安装方法
将压缩包直接解压到 Cyrene-Agent 项目根目录。
解压完成后目录应如下:
Cyrene-Agent/
├── package.json
├── src/
├── models/
│ └── Xenova/
│ └── bge-m3/
│ ├── tokenizer.json
│ ├── config.json
│ └── onnx/
│ └── model_quantized.onnx
└── ...
不要修改目录结构。
Xenova文件夹必须保留,否则模型无法被正确识别。
✅ 安装完成后
重新启动 Cyrene-Agent。
进入:
设置
→ 本地 AI 模型
如果 BGE-M3 显示:
已安装(Installed)
说明安装成功。
🇺🇸 English
This release contains the optional BGE-M3 Embedding Model for Cyrene-Agent.
Installing this model enables:
- 🏷️ Sticker semantic matching
- 🖼️ Image / sticker semantic matching
- 🎭 Scene semantic recognition
- 💬 More accurate semantic retrieval
Cyrene-Agent works normally without this model.
Only the semantic enhancement features listed above will be disabled. Chat, Agent and tool functionality will continue to work normally.
📦 Package
Cyrene-Agent-Models-Embedding-BGE-M3.zip
Approximate size:
570 MB
📥 Installation
Extract the archive directly into the Cyrene-Agent project root.
The directory structure should look like:
Cyrene-Agent/
├── package.json
├── src/
├── models/
│ └── Xenova/
│ └── bge-m3/
│ ├── tokenizer.json
│ ├── config.json
│ └── onnx/
│ └── model_quantized.onnx
└── ...
Do not rename or remove the
Xenovafolder.The loader expects this directory structure.
✅ Verify
Restart Cyrene-Agent.
Open:
Settings
→ Local AI Models
If BGE-M3 is shown as:
Installed
the installation completed successfully.
📄 Notes
- Compatible with the latest Cyrene-Agent releases.
- No additional configuration is required.
- This release contains only the BGE-M3 Embedding Model.
- Other optional models (Embedding / Reranker) will be released separately.
❤️ Thank you for using Cyrene-Agent.
If you encounter any issues, please submit an Issue on GitHub.