Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump haystack-ai from 2.0.0 to 2.1.1 in /packages/opentelemetry-instrumentation-haystack #1021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps haystack-ai from 2.0.0 to 2.1.1.

Release notes

Sourced from haystack-ai's releases.

v2.1.1

Release Notes

v2.1.1

⚡️ Enhancement Notes

  • Make SparseEmbedding a dataclass, this makes it easier to use the class with Pydantic

🐛 Bug Fixes

  • Fix the broken serialization of HuggingFaceAPITextEmbedder, HuggingFaceAPIDocumentEmbedder, HuggingFaceAPIGenerator, and HuggingFaceAPIChatGenerator.
  • Add to_dict method to DocumentRecallEvaluator to allow proper serialization of the component.

v2.1.1-rc1

Release Notes

v2.1.1-rc1

⚡️ Enhancement Notes

  • Make SparseEmbedding a dataclass, this makes it easier to use the class with Pydantic

🐛 Bug Fixes

  • Fix the broken serialization of HuggingFaceAPITextEmbedder, HuggingFaceAPIDocumentEmbedder, HuggingFaceAPIGenerator, and HuggingFaceAPIChatGenerator.
  • Add to_dict method to DocumentRecallEvaluator to allow proper serialization of the component.

v2.1.0

Release Notes

Highlights

📊 New Evaluator Components

Haystack introduces new components for both with model-based, and statistical evaluation: AnswerExactMatchEvaluator, ContextRelevanceEvaluator, DocumentMAPEvaluator, DocumentMRREvaluator, DocumentRecallEvaluator, FaithfulnessEvaluator, LLMEvaluator, SASEvaluator

Here's an example of how to use DocumentMAPEvaluator to evaluate retrieved documents and calculate mean average precision score:

from haystack import Document
from haystack.components.evaluators import DocumentMAPEvaluator
evaluator = DocumentMAPEvaluator()
result = evaluator.run(
ground_truth_documents=[
[Document(content="France")],
[Document(content="9th century"), Document(content="9th")],
],
retrieved_documents=[
</tr></table>

... (truncated)

Commits
  • a435265 Bump version to 2.1.1
  • d5708f1 Bump version to 2.1.1-rc1
  • f2ed13d Make SparseEmbedding a dataclass (#7678)
  • 6c4af2b fix broken serialization of HFAPI components (#7661)
  • 5faec43 fix: fix serialization of DocumentRecallEvaluator (#7662)
  • 71ec772 update version
  • 8817e57 changing VERSION.txt to 2.1.0-rc2
  • 3b64664 Fix call to git in minor_version_release.yml
  • c0fe5e6 Rework minor_version_release.yml to create PR that bumps version (#7642)
  • 5f81337 chore: Update huggingface_hub classes used after library upgrade (#7631)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

The following labels could not be found: opentelemetry-instrumentation-haystack.

@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-haystack/haystack-ai-2.1.1 branch 4 times, most recently from 1dffd2c to a41d638 Compare May 13, 2024 21:15
Bumps [haystack-ai](https://github.com/deepset-ai/haystack) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/deepset-ai/haystack/releases)
- [Commits](deepset-ai/haystack@v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: haystack-ai
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-haystack/haystack-ai-2.1.1 branch from a41d638 to 1826f72 Compare May 14, 2024 18:09
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2024

Superseded by #1058.

@dependabot dependabot bot closed this May 17, 2024
@dependabot dependabot bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-haystack/haystack-ai-2.1.1 branch May 17, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants