bump: version 0.37.0 → 0.38.0

This commit is contained in:
github-actions[bot]
2025-11-16 10:18:37 +00:00
parent c1aad94aa7
commit b58b200452
4 changed files with 26 additions and 4 deletions
+22
View File
@@ -1,3 +1,25 @@
## v0.38.0 (2025-11-16)
### Feat
- add concurrent uploads and --force flag to upload command
- implement RAG evaluation framework with CLI tooling
### Fix
- download qrels from BEIR ZIP instead of HuggingFace
### Refactor
- migrate asyncio to anyio for consistent structured concurrency
- replace httpx client with NextcloudClient in upload command
### Perf
- Eliminate double-fetching in semantic search sampling
- fix vector viz search performance and visual encoding
- make note deletion concurrent in upload --force
## v0.37.0 (2025-11-16)
### Feat