Skip to content

GugleRAG v0.2.0-dev.15

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:41

GugleRAG v0.2.0-dev.15

English

  • Added persistent, vendor-neutral document embeddings with cosine vector retrieval.
  • Added SiliconFlow and local OpenAI-compatible embedding providers, with the complete default endpoint https://api.siliconflow.cn/v1/embeddings.
  • Added optional SiliconFlow, local, and custom HTTP reranking providers.
  • Added automatic startup and first-search indexing for documents created before this version, plus content-hash invalidation after edits.
  • Added independent, expiring MCP access tokens with workspace scopes, listing, and revocation.
  • Changed copied MCP configurations to the http type so clients can send Authorization headers.
  • Updated the setup and administrator retrieval settings, integration coverage, and retrieval documentation.

简体中文

  • 添加数据库中立的持久化文档嵌入与余弦相似度向量检索。
  • 接入 SiliconFlow 与本地 OpenAI 兼容嵌入服务,默认完整调用地址为 https://api.siliconflow.cn/v1/embeddings
  • 添加可选的 SiliconFlow、本地和自定义 HTTP 重排服务。
  • 启动或首次搜索时自动为升级前创建的文档建立索引,文档编辑后按内容哈希自动重建向量。
  • 添加独立、可过期的 MCP 访问令牌,支持工作区范围、列表查看和弃用。
  • 将复制出的 MCP 配置类型改为 http,以便客户端发送 Authorization 请求头。
  • 更新初始化向导、管理员检索配置、集成测试与检索文档。

Downloads / 下载

Platform Portable archive SHA-256
Linux x64 guglerag-v0.2.0-dev.15-linux-x86_64.tar.gz guglerag-v0.2.0-dev.15-linux-x86_64.tar.gz.sha256
Linux ARM64 guglerag-v0.2.0-dev.15-linux-aarch64.tar.gz guglerag-v0.2.0-dev.15-linux-aarch64.tar.gz.sha256
Windows x64 guglerag-v0.2.0-dev.15-windows-x86_64.zip guglerag-v0.2.0-dev.15-windows-x86_64.zip.sha256
Windows ARM64 guglerag-v0.2.0-dev.15-windows-aarch64.zip guglerag-v0.2.0-dev.15-windows-aarch64.zip.sha256
macOS Apple Silicon guglerag-v0.2.0-dev.15-macos-aarch64.tar.gz guglerag-v0.2.0-dev.15-macos-aarch64.tar.gz.sha256
macOS Intel guglerag-v0.2.0-dev.15-macos-x86_64.tar.gz guglerag-v0.2.0-dev.15-macos-x86_64.tar.gz.sha256

All archives are unsigned portable builds. Extract the archive, edit .env or use the setup wizard, then run the executable from the extracted directory so it can serve frontend/dist.

所有压缩包均为未签名便携构建。解压后编辑 .env 或使用初始化向导,并从解压目录运行可执行文件,以便服务端读取 frontend/dist