Amna Mubashar
Amna Mubashar
## Summary and motivation Adding a sub-issue to track the requirements related to docs and release of a new OpenRouter integration. ## Checklist If the request is accepted, ensure the...
Several enhancements have been introduced in the `ChatGenerator`s, including support for `Toolset`, `http_client_kwargs` in OpenAI, and `StreamingCallbackT` with both sync and async capabilities. `MistralChatGenerator` should be updated to incorporate all...
**Describe the bug** When using `PineconeDocumentStore` with `run_async` , unclosed `aiohttp` client session and connector errors occur during `embedding_retrieval` . This seems to stem from not using the `IndexAsyncio` client...
Extend the notebook to demonstrate a use case for manually updating the debug state before resuming.
feat: In breakpoints, add a callable func to `save_state` for passing `pipeline_snapshot` externally
In the early design of breakpoints, we had discussions about adding `callback_fun` in `save_state` while breaking the pipeline. This would provide the users a hook to inject custom behavior—for instance,...
**Background** After we bump the version for release, we need to wait for the branch CI to go green, then create and push the annotated tag from `VERSION.txt` (v2.3.0‑rc1). Pushing...
**Is your feature request related to a problem? Please describe.** Currently, the component registry in Haystack only stores the complete module path of components. When users create __init__ files to...
**Background** Updating the `VERSION.txt` file from one release‑candidate tag (e.g. 2.3.0‑rc0) to the next (2.3.0‑rc1) is still a manual step. Likewise, the check of at least one new release note...
## Summary and motivation `State` is removed from `haystack.dataclasses` and moved to `agents.state` [in this PR](https://github.com/deepset-ai/haystack/pull/9345) and needs to be deprecated in Haystack 2.16.0. On the side, we also need...
Every Haystack release is tied to a GitHub milestone that tracks issues and pull requests that must be closed before releasing the new version. Currently, these milestones are manually tracked....