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.2 in /packages/opentelemetry-instrumentation-haystack #1058

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps haystack-ai from 2.0.0 to 2.1.2.

Release notes

Sourced from haystack-ai's releases.

v2.1.2

Release Notes

v2.1.2

⚡️ Enhancement Notes

  • Enforce JSON mode on OpenAI LLM-based evaluators so that the they always return valid JSON output. This is to ensure that the output is always in a consistent format, regardless of the input.

🐛 Bug Fixes

  • FaithfullnessEvaluator and ContextRelevanceEvaluator now return 0 instead of NaN when applied to an empty context or empty statements.
  • Azure generators components fixed, they were missing the @component decorator.
  • Updates the from_dict method of SentenceTransformersTextEmbedder, SentenceTransformersDocumentEmbedder, NamedEntityExtractor, SentenceTransformersDiversityRanker and LocalWhisperTranscriber to allow None as a valid value for device when deserializing from a YAML file. This allows a deserialized pipeline to auto-determine what device to use using the ComponentDevice.resolve_device logic.
  • Improves/fixes type serialization of PEP 585 types (e.g. list[Document], and their nested version). This improvement enables better serialization of generics and nested types and improves/fixes matching of list[X] and List[X]` types in component connections after serialization.
  • Fixed (de)serialization of NamedEntityExtractor. Includes updated tests verifying these fixes when NamedEntityExtractor is used in pipelines.
  • The include_outputs_from parameter in Pipeline.run correctly returns outputs of components with multiple outputs.

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

... (truncated)

Commits
  • 9b22100 update version
  • 9390724 update version
  • 2bd8382 update version
  • 401b121 fix: Fix NamedEntityExtractor serde (#7684)
  • f19934b fix: Adjust serialization to handle PEP-585 generic types (#7690)
  • dfc243c fix: Adding missing component decorator to AzureOpenAIGenerator (#7698)
  • 0082ae6 fix: avoid FaithfulnessEvaluator and ContextRelevanceEvaluator return Nan (...
  • 96da73e fix: Pipeline.run correctly returns all outputs when the `include_outputs_f...
  • 498649e fix: forcing response format to be JSON valid (#7692)
  • 68ff022 fix: Update device deserialization for components that use local models (#7686)
  • 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 17, 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.2 branch 3 times, most recently from 6622801 to 4b28e23 Compare May 22, 2024 15:00
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-haystack/haystack-ai-2.1.2 branch 6 times, most recently from 56e1f01 to 07149b6 Compare May 28, 2024 20:30
Bumps [haystack-ai](https://github.com/deepset-ai/haystack) from 2.0.0 to 2.1.2.
- [Release notes](https://github.com/deepset-ai/haystack/releases)
- [Commits](deepset-ai/haystack@v2.0.0...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-haystack/haystack-ai-2.1.2 branch from 07149b6 to 19f8326 Compare May 28, 2024 20:31
@nirga nirga merged commit 67febe4 into main May 28, 2024
7 checks passed
@nirga nirga deleted the dependabot/pip/packages/opentelemetry-instrumentation-haystack/haystack-ai-2.1.2 branch May 28, 2024 20:32
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

1 participant