GugleRAG v0.3.0-dev.18
Pre-release
Pre-release
GugleRAG v0.3.0-dev.18
English
- Replaced SQL JSON vector retrieval with embedded, knowledge-base-scoped Rust HNSW indexes that persist under
VECTOR_INDEX_PATHand rebuild when stale. - Migrated legacy chunk and one-vector SQL records into HNSW when compatible, with regeneration for documents whose chunk layout changed.
- Added an optional PostgreSQL
pgvectorvector storage backend configured through the independentVECTOR_DATABASE_URLsetting. - Added transactional knowledge-base vector replacement, legacy SQL vector migration, and automatic PostgreSQL filter/HNSW indexes.
- Added ZIP import progress polling, a visible progress bar, and platform-independent configuration test assertions.
简体中文
- 将 SQL JSON 向量检索替换为按知识库持久化的 Rust 内嵌 HNSW 索引,索引保存在
VECTOR_INDEX_PATH下并在过期时重建。 - 兼容迁移旧的分块向量和一文档一向量 SQL 记录;分块布局发生变化时自动重新生成向量。
- 添加可选的 PostgreSQL
pgvector向量存储后端,通过独立的VECTOR_DATABASE_URL配置。 - 添加按知识库事务性替换向量、旧 SQL 向量迁移,以及 PostgreSQL 过滤索引和适用的 HNSW 索引。
- 添加 ZIP 导入进度轮询、可见进度条,以及不依赖平台路径引号的配置测试断言。
Downloads / 下载
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。