diff --git a/.vault/semantic-chunking/.obsidian/workspace.json b/.vault/semantic-chunking/.obsidian/workspace.json index ec9436c..034f7d6 100644 --- a/.vault/semantic-chunking/.obsidian/workspace.json +++ b/.vault/semantic-chunking/.obsidian/workspace.json @@ -25,6 +25,21 @@ { "id": "510fdaee883cfc12", "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "releases/v2.4.0 - ✂️ Clean Split.md", + "mode": "preview", + "backlinks": false, + "source": true + }, + "icon": "lucide-file", + "title": "v2.4.0 - ✂️ Clean Split" + } + }, + { + "id": "80393faf3fd7f3a9", + "type": "leaf", "state": { "type": "custom-frames-📄-release-notes", "state": {}, @@ -32,7 +47,8 @@ "title": "📄 release notes" } } - ] + ], + "currentTab": 2 } ], "direction": "vertical" @@ -162,6 +178,16 @@ { "id": "722b7bdf2ca2699d", "type": "leaf", + "state": { + "type": "empty", + "state": {}, + "icon": "lucide-file", + "title": "New tab" + } + }, + { + "id": "aaa433e4ec8743d3", + "type": "leaf", "state": { "type": "Saved Queries View", "state": {}, @@ -170,7 +196,7 @@ } } ], - "currentTab": 5 + "currentTab": 6 } ], "direction": "horizontal", @@ -187,8 +213,11 @@ "callout-manager:Insert Callout": true } }, - "active": "ee8a45d3d15647ea", + "active": "80393faf3fd7f3a9", "lastOpenFiles": [ + "releases/v2.4.0 - ✂️ Clean Split.md", + "pixel-banner-images/cut-in-pieces.png", + "pixel-banner-images", "releases/v2.3.0 - 📦 Transformers.js v3.md", "🍱 Semantic Chunking.md", "images/model-precision.gif", diff --git a/.vault/semantic-chunking/pixel-banner-images/cut-in-pieces.png b/.vault/semantic-chunking/pixel-banner-images/cut-in-pieces.png new file mode 100644 index 0000000..51033fd Binary files /dev/null and b/.vault/semantic-chunking/pixel-banner-images/cut-in-pieces.png differ diff --git "a/.vault/semantic-chunking/releases/v2.4.0 - \342\234\202\357\270\217 Clean Split.md" "b/.vault/semantic-chunking/releases/v2.4.0 - \342\234\202\357\270\217 Clean Split.md" new file mode 100644 index 0000000..8fccc88 --- /dev/null +++ "b/.vault/semantic-chunking/releases/v2.4.0 - \342\234\202\357\270\217 Clean Split.md" @@ -0,0 +1,14 @@ +--- +banner: pixel-banner-images/cut-in-pieces.png +content-start: "170" +--- + + +# v2.4.0 - ✂️ Clean Split { .release-title } + ## 🍱 Semantic Chunking - Release + +### What's New 🎉 +#### ✨ Added + +- Added `sentenceit` function + (split by sentence and optionally return its embeddings) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0226e..8503722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [2.4.0] - 2024-12-13 ### ✨ Added -- Added `sentenceit` function. +- Added `sentenceit` function (split by sentence and return embeddings) ## [2.3.7] - 2024-11-25 ### 📦 Updated