haystack-core-integrations icon indicating copy to clipboard operation
haystack-core-integrations copied to clipboard

Additional packages (components, document stores and the likes) to extend the capabilities of Haystack version 2.0 and onwards

Results 229 haystack-core-integrations issues
Sort by recently updated
recently updated
newest added

This would be a nice feature to have. We support streaming for some of our generators and for some I believe it's a generation kwargs addition. But the maker suite...

feature request
integration:google-vertex
integration:google-ai
topic:streaming

### Related Issues - fixes https://github.com/deepset-ai/haystack-core-integrations/issues/975 ### Proposed Changes: Allow the tools kwargs for AWS Bedrock Anthropic models because it is listed as valid here: https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-anthropic-claude-messages.html ### How did you...

type:documentation
integration:amazon-bedrock

This PR is a reminder that we should periodically check if Astra document store added support for operations that are documented in this PR. See the diff for the tests...

type:documentation
contributions wanted!
integration:astra

### Related Issues - fixes #7687 ### Proposed Changes: - Something change in AmazonBedrock and the PR I merged had no effect ### How did you test it? unit tests,...

integration:amazon-bedrock

**Is your feature request related to a problem? Please describe.** In our pipeline, we're providing a custom system_prompt when initializing the OpenAIGenerator component. Unfortunately, this system prompt is not captured...

feature request
P3
integration:langfuse

**Describe the bug** The tests in the Astra core integration override the common document store/filters test suite and mark them for skipping. We need to remove those overrides to ensure...

bug
P2
integration:astra

**Is your feature request related to a problem? Please describe.** The `BedrockGenerator` now supports `streaming_callback`, similar to the `OpenAIGenerator`. After its release, it would be beneficial to include an example...

type:documentation
feature request
P2
integration:amazon-bedrock

# Integrate AWS Bedrock Converse API into Haystack ## Background AWS Bedrock released earlier this year their new converse API that aims to standardize their api calls to their models....

new integration
P3
integration:amazon-bedrock

**Describe the bug** When I try to create a `MongoDBAtlasDocumentStore`, specifying my personal mongo connection string via environment variable `os.environ["MONGO_CONNECTION_STRING"] = "mongodb+srv://scooter4j:[email protected]/?retryWrites=true&w=majority&appName=cluster0"`, I'm unable to establish a connection to my...

bug
P3
integration:mongodb-atlas

**Is your feature request related to a problem? Please describe.** I am using haystack with fastAPI as the base for a chatbot. I want to support the usage of different...

feature request
P3