emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/elisa a3d6d06fa6 14/98: Add info how ELISA works into d


From: ELPA Syncer
Subject: [elpa] externals/elisa a3d6d06fa6 14/98: Add info how ELISA works into docs
Date: Wed, 17 Jul 2024 18:58:00 -0400 (EDT)

branch: externals/elisa
commit a3d6d06fa63654be664ab693345cc8bf63ec1d6e
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>

    Add info how ELISA works into docs
---
 README.org | 7 +++++++
 elisa.el   | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/README.org b/README.org
index ce33131b88..28a9aed2af 100644
--- a/README.org
+++ b/README.org
@@ -12,6 +12,13 @@ answering a question, ELISA ensures that users have easy 
access to
 additional information on the topic, making it an essential tool
 for both beginners and advanced Emacs users.
 
+ELISA creates index from info manuals. When you send message to
+~elisa-chat~ it search to semantically similar info nodes in index,
+get first ~elisa-limit~ nodes, add it to context and send your message
+to llm. LLM generates answer to your message based on provided
+context. You can read not only answer generated by llm, but also info
+manuals by provided links.
+
 ** Installation
 
 You need emacs 29.2 or newer to use this package. Will be on package
diff --git a/elisa.el b/elisa.el
index deda0e1d66..648b60b868 100644
--- a/elisa.el
+++ b/elisa.el
@@ -35,6 +35,13 @@
 ;; additional information on the topic, making it an essential tool
 ;; for both beginners and advanced Emacs users.
 ;;
+;; ELISA creates index from info manuals. When you send message to
+;; `elisa-chat' it search to semantically similar info nodes in index,
+;; get first `elisa-limit' nodes, add it to context and send your
+;; message to llm. LLM generates answer to your message based on
+;; provided context. You can read not only answer generated by llm,
+;; but also info manuals by provided links.
+;;
 
 ;;; Code:
 (require 'ellama)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]