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
PSA: Not sure if this is actually a bug, might be a missing feature.. **Describe the bug** The `command-r` model by Cohere is actually working with the `CohereChatGenerator`, but there...
From [StackOverflow](https://stackoverflow.com/questions/78282522/how-to-use-googleaigeminichatgenerator-for-haystack-with-googles-gemini). We should investigate. --- I am trying my best to run this tutorial right off the Haystack website using Google Colab: https://docs.haystack.deepset.ai/reference/integrations-google-ai It works up until I reach...
Tests fail because of this: https://github.com/deepset-ai/haystack-core-integrations/blob/9ed323080bcc82ff70e9a0f56a6c2561fec42c2e/.github/workflows/amazon_bedrock.yml#L65-L66 Even if unit tests do not need authentication, they can't run because this step fails.
**Is your feature request related to a problem? Please describe.** We are having problem migrating current version to 2.0 due to no FAISSSupport **Describe the solution you'd like** Due to...
**Is your feature request related to a problem? Please describe.** `OllamaChatGenerator` doesn't support streaming **Describe the solution you'd like** There's already support for OllamaGenerator and we should implement the streaming...
**Is your feature request related to a problem? Please describe.** Sagemaker added support for streaming responses https://aws.amazon.com/about-aws/whats-new/2023/09/sagemaker-real-time-inference-response-streaming/ **Describe the solution you'd like** We should support streaming the responses in `SagemakerGenerator`....
Hello, I am trying to use the `ChromaDocumentStore` in my pipeline. I've noticed that if I do not add any metadata and try to perform a search, it will fail...
Supporting hybrid (sparse+dense embedding) retrieval should be quite simple, now that all abstractions and components are in place. Sparse embedding retrieval in isolation should be investigated: Pinecone does not provide...
**Is your feature request related to a problem? Please describe.** The [current check ](https://github.com/deepset-ai/haystack-core-integrations/blob/48958557108dafa4ca2521f3ae9fd12b992b18e3/integrations/weaviate/src/haystack_integrations/document_stores/weaviate/document_store.py#L129C1-L130C34)makes a random call to check if the weaviate server is reachable: ``` # Test connection, it...
**Describe the bug** The version 3.0.0 of [`pinecone-python-client`](https://github.com/pinecone-io/pinecone-python-client) is a big update and introduces a lot of changes. This new version is not compatible with the current implementation of `pinecone-haystack`...