-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06806e3
commit b2a41fb
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ragchecker" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
description = "RAGChecker: A Fine-grained Framework For Diagnosing Retrieval-Augmented Generation (RAG) systems." | ||
authors = [ | ||
"Xiangkun Hu <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ license = "Apache-2.0" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
refchecker = "^0.2.4" | ||
refchecker = "^0.2.5" | ||
loguru = "^0.7" | ||
dataclasses-json = "^0.6" | ||
|
||
|