Tags: Newarr/OpenViking
Tags
feat: add skip_summarization flag to SemanticMsg When skip_summarization=True, the semantic processor skips LLM-based L1/L2 overview and abstract generation and writes minimal placeholders instead. L0 raw content and vectorization are unaffected. This is useful for bulk imports where summarization cost is not justified. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
refactor(setup-helper): replace cli.js with install.js, update repo d… …efaults (volcengine#524) - Replace cli.js with install.js; update bin aliases and repo URL to volcengine/OpenViking - Bump version to 0.2.7; improve venv error message with actionable fix steps for Ubuntu - Update INSTALL.md and INSTALL-ZH.md: add npm global install as recommended method Made-with: Cursor
fix: github zip download timeout (volcengine#463) Co-authored-by: openviking <openviking@example.com>
fix(agfs): 预编译agfs所依赖的lib/bin,无需安装时构建 (volcengine#388) * fix(agfs): 预编译agfs所依赖的lib/bin,无需安装时构建 * docs: 更新openviking安装说明
feat: wrap log configs in LogConfig, add log rotation, fix empty file… … creation (volcengine#261) - Create new LogConfig class to wrap all log-related configuration - Update OpenVikingConfig to use nested log config instead of separate fields - Add log rotation support with TimedRotatingFileHandler in logger.py - Add configure_uvicorn_logging to make uvicorn use OpenViking's logging config - Fix empty file being created in current directory by properly handling log.output=file in logging_init.py - Update examples/ov.conf.example to use new nested log config structure - Update __init__.py to export LogConfig and initialize_openviking_config Co-authored-by: openviking <openviking@example.com>
fix: tree uri output error, and validate ov.conf before start (volcen… …gine#169) * fix: temp dir check failed * feat: make temp uri readable, and enlarge timeout of add-resource * fix: server uvloop conflicts with nest_asyncio * fix: tree uri output error * fix: forbid unknown config field, early failed * docs: update readme
PreviousNext