diff --git a/proposals/text/0000-evaluation-haystack-2.md b/proposals/text/5794-evaluation-haystack-2.md similarity index 99% rename from proposals/text/0000-evaluation-haystack-2.md rename to proposals/text/5794-evaluation-haystack-2.md index 7f7507e78e..9093a19e0a 100644 --- a/proposals/text/0000-evaluation-haystack-2.md +++ b/proposals/text/5794-evaluation-haystack-2.md @@ -1,7 +1,7 @@ - Title: Evaluation in Haystack 2.0 - Decision driver: (Silvano Cerza, Julian Risch) - Start Date: 2023-08-23 -- Proposal PR: #5794 +- Proposal PR: [#5794](https://github.com/deepset-ai/haystack/pull/5794/) - Github Issue or Discussion: https://github.com/deepset-ai/haystack/issues/5628 # Summary diff --git a/proposals/text/0000-evaluation-haystack-2.py b/proposals/text/5794-evaluation-haystack-2.py similarity index 99% rename from proposals/text/0000-evaluation-haystack-2.py rename to proposals/text/5794-evaluation-haystack-2.py index 46dd8af4b3..faaaec377d 100644 --- a/proposals/text/0000-evaluation-haystack-2.py +++ b/proposals/text/5794-evaluation-haystack-2.py @@ -135,5 +135,5 @@ ] eval_result = eval(pipe, inputs=inputs, expected_output=expected_output) -metrics = result.calculate_metrics(Metric.SAS) +metrics = result.calculate_metrics(Metric.SAS) # noqa metrics.save("path/to/file.csv") diff --git a/pyproject.toml b/pyproject.toml index bd52018a29..8ecde0c81b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -286,7 +286,7 @@ line-length = 120 skip_magic_trailing_comma = true # For compatibility with pydoc>=4.6, check if still needed. [tool.codespell] -ignore-words-list = "ans,astroid,nd,ned,nin,ue" +ignore-words-list = "ans,astroid,nd,ned,nin,ue,rouge" quiet-level = 3 skip = "test/nodes/*,test/others/*,test/samples/*"