Skip to content

Commit 5ae6087

Browse files
chore: release v1.1.0 — bump version and finalize changelog
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f8cb932 commit 5ae6087

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
releases:
22
- version: "unreleased"
33
date: null
4+
added: []
5+
fixed: []
6+
changed: []
7+
removed: []
8+
deprecated: []
9+
breaking: []
10+
migration: null
11+
contributors: ["ariel-frischer"]
12+
13+
- version: "1.1.0"
14+
date: "2026-02-17"
15+
summary: "Major search quality release. Adds HyDE best-of-two for smarter vector retrieval, optional query expansion (local FLAN-T5 or LLM), FTS-only keyword search, and an MCP server for AI agent integration. Fixes vec0 distance metric (cosine instead of L2) and tag filtering (now SQL-level pre-filtering). Includes configurable BM25 shortcut thresholds and FTS5 field-weighted BM25 with truncated paths to avoid IDF collapse."
416
added:
517
- description: "Configurable BM25 shortcut thresholds (`bm25_shortcut_min`, `bm25_shortcut_gap`) for ask mode"
618
commits: []

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kb"
3-
version = "1.0.8"
3+
version = "1.1.0"
44
description = "CLI knowledge base: index markdown + PDFs, hybrid search, RAG answers. Powered by sqlite-vec."
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)