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.** We are integrating Gemini embedder, given its high ranking in MTEB leaderboard, for our chatbot. **Describe the solution you'd like**...
**Describe the bug** Hello Haystack team, I'm currently working with a Weaviate setup where the REST API and gRPC services are hosted on different domains. Specifically, I have: REST API...
### Related Issues - proposal for #1351 ### Proposed Changes: Add `array_contains` (all items must be present in array) and `array_overlaps` (at least on item must be present in array)...
**Is your feature request related to a problem? Please describe.** We’ve started using Haystack to create LLM pipelines and want to track their usage with Langfuse. We use a function...
**Is your feature request related to a problem? Please describe.** When working on LLM applications and tracing them, the trace_id is usually key to later on: - add additional non-haystack...
**Is your feature request related to a problem? Please describe.** I can't run the embedder on GPU so it is ridiculously slow **Describe the solution you'd like** Right now the...
**Is your feature request related to a problem? Please describe.** I am unable to set a request timeout for API calls when using the AnthropicGenerator class from Haystack's integration with...
This component was developed a while ago when the Unstructured ecosystem was smaller and simpler. It evolved over time and now includes: the open-source library, free and paid APIs, API...
**Is your feature request related to a problem? Please describe.** Referring to https://github.com/deepset-ai/haystack/issues/8952 and https://github.com/deepset-ai/haystack/pull/9012, the same logic for àzure.identity.DefaultAzureCredential` layered authentication applies to `haystack_integrations.document_stores.azure_ai_search.AzureAISearchDocumentStore` **Describe the solution you'd like**...
### Related Issues - fixes https://github.com/deepset-ai/haystack-core-integrations/issues/1483 ### Proposed Changes: - Add NvidiaChatGenerator ### How did you test it? - new unit tests - ran one new integration test locally ###...