Skip to content

Commit d4cf8de

Browse files
v1.1.1: docs roll-up (README rewrite + cookbook recipe 19)
- README focused on the v1.1.0 surface; meeting-pipeline artifacts removed. - New cookbook recipe 19: rank recordings by best chunk match, with short-recording row-level fallback. - No code changes; binary behavior identical to v1.1.0.
1 parent 0c2b509 commit d4cf8de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superwhisper-rag",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Local SQL archive for Super Whisper dictation history with full-text + semantic search.",
55
"type": "module",
66
"private": true,

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = "1.1.0";
1+
export const VERSION = "1.1.1";
22

33
/**
44
* Per-call embed timeout. With `keep_alive: "15m"` (our default — see

0 commit comments

Comments
 (0)