haystack-core-integrations
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
**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....
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...
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...
**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...
**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...
### 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...
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 -...
### 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?...
### 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...
**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...