branch: externals/elisa commit bac0e51c7cad21ab25a0824ea816386ea78858b2 Author: Sergey Kostyaev <kostyaev.serg...@wb.ru> Commit: Sergey Kostyaev <kostyaev.serg...@wb.ru>
Bump version --- NEWS.org | 3 +++ elisa.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 04428451c6..37008c6a86 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,6 @@ +* Version 1.1.4 +- Add embeddings recalculation. Can be useful if you want to change + ~elisa-embeddings-provider~ without loosing your elisa database. * Version 1.1.3 - Add command to enable all collections. * Version 1.1.2 diff --git a/elisa.el b/elisa.el index 415f7455fa..40db71640f 100644 --- a/elisa.el +++ b/elisa.el @@ -6,7 +6,7 @@ ;; URL: http://github.com/s-kostyaev/elisa ;; Keywords: help local tools ;; Package-Requires: ((emacs "29.2") (ellama "0.11.2") (llm "0.18.1") (async "1.9.8") (plz "0.9")) -;; Version: 1.1.3 +;; Version: 1.1.4 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 18th Feb 2024