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

**Is your feature request related to a problem? Please describe.** Hello! Currently, pipeline runs (equivalent to traces in Langfuse) do not have their corresponding prompts tied with the "generation" blocks....

feature request
P3
integration:langfuse

The current snowflake integration assumes a password authentication, snowflake provides additional connection methodologies such as a private_key for engineers to develop services. -https://docs.snowflake.com/developer-guide/python-connector/python-connector-connect#using-key-pair-authentication-and-key-pair-rotation -https://docs.snowflake.com/en/user-guide/key-pair-auth **Solution** Add other more secure connection...

feature request
P3
integration:snowflake

The Snowflake integration checks if a user has 'select only' access from the latest role assigned to the user. This check is too restrictive, if the user has additional permission...

feature request
P3
integration:snowflake

**Describe the bug** Weavite cannot retrieve the `_split_overlap` field generated by the `DocumentSplitter` even if the field is specified in the schema. **To Reproduce** see more details at: https://github.com/deepset-ai/haystack/discussions/8511 **Describe...

bug
integration:weaviate

**Describe the bug** The issue is on line 537 where mock_raw_span = MagicMock() is created without a spec parameter. When this mock is passed through the tracer's handle() method, it...

bug

### Related Issues - fixes #2472 ### Proposed Changes: Added cost and usage tracking for embedders in the Langfuse integration. Embedders now report token usage metrics to Langfuse for cost...

type:documentation
integration:langfuse

AIMLAPI was introduced in #2267, but some tasks are missing. List below. ### Tasks - [x] The code is documented with docstrings and was merged in the `main` branch -...

contributions wanted!
new integration
P2
integration:aimlapi

### Related Issues - partially fixes https://github.com/deepset-ai/haystack/issues/9761 ### Proposed Changes: - Update the docstrings - support serialization of pydantic models - Add an example ### How did you test it?...

type:documentation
integration:stackit

### Related Issues - fixes #2179 - fixes parent issue in haystack repo: https://github.com/deepset-ai/haystack/issues/9700 ### Proposed Changes: This PR implements reasoning support for Cohere's chat generator following the parent issue...

type:documentation
integration:cohere

**Is your feature request related to a problem? Please describe.** Langfuse support costs and usage details only for generators and embeddings. The [tracer.py](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/langfuse/src/haystack_integrations/tracing/langfuse/tracer.py) converts some whitelisted generators to the Langfuse...

contributions wanted!
feature request
P2
integration:langfuse