From 970a8f15f60faadec7f12cb45aef1a962457ac2b Mon Sep 17 00:00:00 2001 From: Ayush Shaurya Jha <164651751+jhaayush2004@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:31:46 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef652eeb..45772b77 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# SEMALEX 0.1.2 +# SEMALEX 1.1.0 ## Overview SEMALEX is a cutting-edge RAG (Retrieval-Augmented Generation) Evaluation Metric designed to measure the weighted similarity score by prioritizing semantic capture while also considering lexical alignment. This metric leverages advanced NLP techniques to evaluate the quality of generated text in comparison to reference text. @@ -16,7 +16,7 @@ SEMALEX is a cutting-edge RAG (Retrieval-Augmented Generation) Evaluation Metric You can install the package using pip: ```bash -pip install SEMALEX==0.1.2 +pip install SEMALEX ``` ## Usage Here's how to use the SEMALEX Package: