bump: version 0.38.0 → 0.39.0

This commit is contained in:
github-actions[bot]
2025-11-16 11:02:48 +00:00
parent 7fccd47722
commit 050e9a56b9
4 changed files with 16 additions and 4 deletions
+12
View File
@@ -1,3 +1,15 @@
## v0.39.0 (2025-11-16)
### Feat
- Implement BM25 hybrid search with native Qdrant RRF fusion
### Fix
- Handle named vectors in visualization and semantic search
- Update vizApp to use bm25_hybrid algorithm and remove deprecated weights
- Update viz routes to use BM25 hybrid search after refactor
## v0.38.0 (2025-11-16)
### Feat