Skip to content

Commit f5df4a3

Browse files
committed
update to v0.1.1
1 parent cda8234 commit f5df4a3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ RAGResults(
153153

154154
Please refer to [data/meta_evaluation](./data/meta_evaluation/README.md) on meta-evaluation for the effectiveness of RAGChecker.
155155

156+
## Work with LlamaIndex
157+
158+
RAGChecker now integrates with LlamaIndex, providing a powerful evaluation tool for RAG applications built with LlamaIndex. For detailed instructions on how to use RAGChecker with LlamaIndex, please refer to the [LlamaIndex documentation on RAGChecker integration](https://docs.llamaindex.ai/en/latest/examples/evaluation/RAGChecker/). This integration allows LlamaIndex users to leverage RAGChecker's comprehensive metrics to evaluate and improve their RAG systems.
159+
156160
## Security
157161

158162
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragchecker"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "RAGChecker: A Fine-grained Framework For Diagnosing Retrieval-Augmented Generation (RAG) systems."
55
authors = [
66
"Xiangkun Hu <xiangkhu@amazon.com>",
@@ -15,7 +15,7 @@ license = "Apache-2.0"
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.9"
18-
refchecker = "^0.2.1"
18+
refchecker = "^0.2.2"
1919
loguru = "^0.7"
2020
dataclasses-json = "^0.6"
2121

0 commit comments

Comments
 (0)