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'''
Path: {path}
Content: {content}
Size: {size}
-Distance: {distance}
+Similarity: {similarity}