[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/elisa 5bf5d63fc1 07/98: Improve defaults
From: |
ELPA Syncer |
Subject: |
[elpa] externals/elisa 5bf5d63fc1 07/98: Improve defaults |
Date: |
Wed, 17 Jul 2024 18:57:59 -0400 (EDT) |
branch: externals/elisa
commit 5bf5d63fc142cbde73f1892876a4aa917088c97b
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Improve defaults
---
elisa.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/elisa.el b/elisa.el
index 588834b606..5f441f7e2b 100644
--- a/elisa.el
+++ b/elisa.el
@@ -42,7 +42,8 @@
(require 'info)
(require 'async)
-(defcustom elisa-embeddings-provider nil
+(defcustom elisa-embeddings-provider (progn (require 'llm-ollama)
+ (make-llm-ollama :embedding-model
"nomic-embed-text"))
"Embeddings provider to generate embeddings."
:group 'tools
:type '(sexp :validate 'cl-struct-p))
@@ -54,7 +55,7 @@
:group 'tools
:type 'directory)
-(defcustom elisa-limit 7
+(defcustom elisa-limit 5
"Count info nodes to pass into llm context for answer."
:group 'tools
:type 'integer)
- [elpa] externals/elisa acf2521ad3 59/98: Add functions to prepare file list for parsing, (continued)
- [elpa] externals/elisa acf2521ad3 59/98: Add functions to prepare file list for parsing, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa f3bb796a65 64/98: Implement collection management, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa af9da0b561 68/98: Refactor prompt rewriting, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 252ba926f9 73/98: Add ability to customize extensions path, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 35f6e3dbd1 75/98: Disable reranker by default, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 7d8da4cd04 79/98: Fix checkdoc warning, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 539b2ab04c 03/98: Add readme skeleton, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa fc5f9cae2a 45/98: Fix semantic split, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 2d8c6ef402 56/98: Use WAL for sqlite for handle concurrency, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 27fc248901 71/98: Remove files metadata on collection remove, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 5bf5d63fc1 07/98: Improve defaults,
ELPA Syncer <=
- [elpa] externals/elisa 61dd36890a 21/98: Enable load file check in CI, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 1f5393d37e 22/98: Warn user instead of network call during package loading, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 80401a0b52 30/98: Search for gzipped builtin manuals, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa c59d491e18 35/98: Add prompt rewriting with ellama-chain, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 3874a7007c 36/98: Improve semantic split api, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa f2bf34b201 39/98: Improve sqlite escape function, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 45b854ba2d 46/98: Fix linter warning, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa d58e172912 48/98: Make web search async, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa f312d189f2 51/98: Fix one word lines in webpage quotes parsed asyncronously, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 0fc73b4b9a 69/98: Add instruction to elisa-chat, ELPA Syncer, 2024/07/17