branch: externals/ellama commit 6fb94007b983a81f06e693569faf70513a1e2157 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 5 +++++ ellama.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index db635761ca..a24c1ebbcb 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,8 @@ +* Version 0.13.11 +- Add function ~ellama-make-semantic-similar-p-with-context~ that + return test function for checking if two provided texts are meaning + the same in provided context. It can be useful for creating + semantically uniq lists of strings. * Version 0.13.10 - Refactor file name fixing logic. Change the regular expression for handling forbidden filename characters to improve efficiency. diff --git a/ellama.el b/ellama.el index 5cd7f7b536..3b6d95fca7 100644 --- a/ellama.el +++ b/ellama.el @@ -6,7 +6,7 @@ ;; URL: http://github.com/s-kostyaev/ellama ;; Keywords: help local tools ;; Package-Requires: ((emacs "28.1") (llm "0.22.0") (spinner "1.7.4") (transient "0.7") (compat "29.1")) -;; Version: 0.13.10 +;; Version: 0.13.11 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023