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

**Describe the bug** I deployed Cohere command r+ model on azure, but even if I set `api_base_url` in `CohereChatGenerator` it does not work. Interestingly, using `OpenAIChatGenerator` does work but failed...

bug
integration:cohere

**Problem:** I want to retrieve all relevant (similar) documents from the `ElasticsearchDocumentStore` based on the `_score` using the `EmbeddingRetriever` (I am not using the Reader). Prior to the search, I...

contributions wanted!
integration:elasticsearch
feature request

Currently, Haystack supports storing data into ElasticSearch, InMemory, and RDBMS. It would be nice to add support of Object storage like S3, which is very cheap and have less hassle...

feature request

### Related Issues Azure Cosmos DB Mongo vCore - [Vector Search for Mongo vCore](https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/vector-search) Azure Cosmos DB NoSql - [Vector Search for NoSql](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/vector-search) ### Proposed Changes: Added vector search support...

type:documentation

### Related Issues - fixes [DC-2665](https://deepset.atlassian.net/browse/DC-2665) ### Proposed Changes: Expands the regular expression used to select specific adapters by model id name to support models that are cross region. In...

type:documentation
integration:amazon-bedrock

### Related Issues - fixes #950 ### Proposed Changes: Implement a document store for [Azure AI Search.](https://learn.microsoft.com/en-us/azure/search/search-how-to-create-search-index?tabs=portal) ### How did you test it? Add unit tests for document store ###...

type:documentation

**Is your feature request related to a problem? Please describe.** DefaultPromptHandler downloads unnecessary GPT2 tokenizer to a read-only filesystem (eg. AWS Lambda), when `truncate` argument is set to `False`. Check...

feature request
integration:amazon-bedrock

Our [docs](https://docs.haystack.deepset.ai/docs/chromadocumentstore#initialization) and [integration page](https://haystack.deepset.ai/integrations/chroma-documentstore) do not completely explain the different options to use Chroma. We also recently added support for connecting to a Chroma server in #1094.

type:documentation
integration:chroma
P2

### Related Issues - In some cases, fastembed does not use GPU despite `onnxruntime-gpu` and `fastembed-gpu` are installed correctly ### Proposed Changes: - Add option `onnx_providers` to set ONNXRuntime Execution...

type:documentation
integration:fastembed

### Related Issues [#977](https://github.com/deepset-ai/haystack-core-integrations/issues/977) ### Proposed Changes: Added a new converse generator, some other utility classes have been added to facilitate its use such as ConverseMessage or ToolConfig ### How...

type:documentation
integration:amazon-bedrock