Version 1.1.7 of package Elisa has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Elisa describes itself as: ======================================= Emacs Lisp Information System Assistant ======================================= More at https://elpa.gnu.org/packages/elisa.html ## Summary: 1 ELISA ═══════ [file:https://img.shields.io/badge/license-GPL_3-green.svg] [file:https://melpa.org/packages/elisa-badge.svg] [file:https://stable.melpa.org/packages/elisa-badge.svg] [https://elpa.gnu.org/packages/elisa.svg] ELISA (Emacs Lisp Information System Assistant) is a system designed to provide informative answers to user queries by leveraging a Retrieval Augmented Generation (RAG) approach. [file:https://img.shields.io/badge/license-GPL_3-green.svg] <http://www.gnu.org/licenses/gpl-3.0.txt> [file:https://melpa.org/packages/elisa-badge.svg] <https://melpa.org/#/elisa> [file:https://stable.melpa.org/packages/elisa-badge.svg] <https://stable.melpa.org/#/elisa> [https://elpa.gnu.org/packages/elisa.svg] <https://elpa.gnu.org/packages/elisa.html> ## Recent NEWS: 1 Version 1.1.7 ═══════════════ • Fix batch embeddings calculation. 2 Version 1.1.6 ═══════════════ • Fix validate function syntax in custom variables definition. 3 Version 1.1.5 ═══════════════ • Fix typo in command name. 4 Version 1.1.4 ═══════════════ • Add embeddings recalculation. Can be useful if you want to change `elisa-embeddings-provider' without loosing your elisa database. 5 Version 1.1.3 ═══════════════ • Add command to enable all collections. 6 Version 1.1.2 ═══════════════ • Speed up semantic splitting with batch embeddings. Experimental. Disabled by default. 7 Version 1.1.1 ═══════════════ • Improve prompt template for prompt rewriting. 8 Version 1.1.0 ═══════════════ • Add complex documents (like pdf, odt, doc etc.) support using [Apache Tika]. [Apache Tika] <https://tika.apache.org> 9 Version 1.0.4 ═══════════════ • Add progress reporter for async operations. 10 Version 1.0.3 ════════════════ • Make sql syntax uppercased to improve readability. 11 Version 1.0.2 ════════════════ • Fix review issues. • Improve package documentation. 12 Version 1.0.1 ════════════════ • Inject missing variables. 13 Version 1.0.0 ════════════════ • Add semantic split. • Add optional reranker. • Add hybrid search. • Add collections. • Add web search. • Add search in local files. • Fix asyncronous parsing. 14 Version 0.1.4 ════════════════ • Search for gzipped builtin manuals. 15 Version 0.1.3 ════════════════ • Improve built-in manuals directory location method. 16 Version 0.1.2 ════════════════ • Warn user instead of network call during package loading. 17 Version 0.1.1 ════════════════ • Refactor asyncronous parsing to fix alterantive installation ways. 18 Version 0.1.0 ════════════════ • Initial release.