diff --git a/README.md b/README.md index 7066a42..0353f61 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,27 @@ -# Continuous Evaluation for retrieval-based LLM pipelines +
Open-Source Evaluation Framework for LLM Pipelines
+ + +## Overview `continuous-eval` is an open-source package created for the scientific and practical evaluation of LLM application pipelines. Currently, it focuses on retrieval-augmented generation (RAG) pipelines. diff --git a/docs/public/continuous-eval-logo.png b/docs/public/continuous-eval-logo.png new file mode 100644 index 0000000..641d291 Binary files /dev/null and b/docs/public/continuous-eval-logo.png differ diff --git a/pyproject.toml b/pyproject.toml index 7ef832c..6a8dae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [tool.poetry] name = "continuous-eval" -version = "0.2.2" +version = "0.2.3" description = "Continuous evaluation for retrieval-based LLMs pipelines." authors = ["Yi Zhang