瀏覽代碼

docs: add release highlights for 2.1.0

Tobi Lutke 1 月之前
父節點
當前提交
68d0b314f5
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      CHANGELOG.md

+ 6 - 0
CHANGELOG.md

@@ -2,6 +2,12 @@
 
 ## [Unreleased]
 
+Code files now chunk at function and class boundaries via tree-sitter,
+clickable editor links land you at the right line from search results,
+and per-collection model configuration means you can point different
+collections at different embedding models. 25+ community PRs fix
+embedding stability, BM25 accuracy, and cross-platform launcher issues.
+
 ### Changes
 
 - AST-aware chunking for code files via `web-tree-sitter`. Supported