bump: version 0.40.0 → 0.41.0

This commit is contained in:
github-actions[bot]
2025-11-17 05:57:12 +00:00
parent b8bdbb499f
commit b1f7b1d30b
4 changed files with 17 additions and 4 deletions
+13
View File
@@ -1,3 +1,16 @@
## v0.41.0 (2025-11-17)
### Feat
- add configurable fusion algorithms for BM25 hybrid search
- add chunk position tracking to vector indexing and search
- add vector viz template and chunk context endpoint
### Fix
- prevent infinite loop in DocumentChunker with position tracking
- Relax SearchResult validation to support DBSF fusion scores > 1.0
## v0.40.0 (2025-11-16)
### Feat