Amna Mubashar

Results 28 issues of 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...

new integration

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...

contributions wanted!
feature request
P3

**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...

bug
integration:pinecone

Extend the notebook to demonstrate a use case for manually updating the debug state before resuming.

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,...

P3

**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...

P1

**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...

topic:pipeline
type:enhancement
P3

**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...

P1

## 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...

breaking change
P3

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....

P3