From a4fc04060bc7278cbd9d69f7e2e8a09dbebde1c0 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 15 Dec 2024 19:00:46 +0100 Subject: [PATCH] sync --- lollms_core | 2 +- lollms_webui.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lollms_core b/lollms_core index 7f81b6b5..f8552628 160000 --- a/lollms_core +++ b/lollms_core @@ -1 +1 @@ -Subproject commit 7f81b6b5589be0b1eb14409a7a22732abae8e7cc +Subproject commit f85526284811271abd7cb10a7c25fd5721d9fb48 diff --git a/lollms_webui.py b/lollms_webui.py index f1c5a8af..2c784480 100644 --- a/lollms_webui.py +++ b/lollms_webui.py @@ -1383,7 +1383,7 @@ class LOLLMSWebUI(LOLLMSElfServer): path = source["document_path"] content = source["chunk_content"] size = source["chunk_size"] - distance = source["distance"] + similarity = source["similarity"] sources_text += f'''
@@ -1392,7 +1392,7 @@ class LOLLMSWebUI(LOLLMSElfServer):

Path: {path}

Content: {content}

Size: {size}

-

Distance: {distance}

+

Similarity: {similarity}