Massimiliano Pippi
Massimiliano Pippi
Hi all, #190 changed the type for `Screenboard.Height` and `Screenboard.Width` from `*string` to `*int` (see https://github.com/zorkian/go-datadog-api/pull/190/files#diff-7d71d2abb56836dce85c7c7b114c80dcL20) but I believe they should stay as strings, at least `width` since it can...
### Related Issues - fixes wrongly formatted code on https://haystack.deepset.ai/reference/ranker#sentencetransformersranker ### Proposed Changes: Revert the `|` removal change, it turned out to be necessary to render the code on docs....
**Is your feature request related to a problem? Please describe.** Currently the pre-commit hook can check and fix missing docs in the API but it has no effect if you...
**Is your feature request related to a problem? Please describe.** Code instrumentation and machine-readable logs are instrumental to make monitoring and alerting easier when Haystack is part of a production...
Rewrite of https://github.com/deepset-ai/haystack/pull/2675#issuecomment-1195487118 ### Related Issues - fixes https://github.com/deepset-ai/haystack/issues/2672 ### Proposed Changes: > Will match a field that contains all values in the list, no more, no less. Order does...
**Is your feature request related to a problem? Please describe.** Haystack should be compatible with more recent Elasticsearch releases, possibly also leveraging new features **Describe the solution you'd like** The...
From https://www.notion.so/deepsetai/Re-base-4-Pipeline-Type-Fundamentals-88d305b5edec4bdb923ba7c3d63a8d5c ## Current Status and Issues - We distinguish between **query pipelines** and **indexing pipelines** - Query pipelines: - Use `"Query"` as root node - Ouput: `List[Document]` or `List[Answer]`...
## Problem At the moment there is some confusion about how test functions are categorized and it's not easy to distinguish between unit and integration tests. Fixing this problem would...
**Is your feature request related to a problem? Please describe.** FAISS comes with very efficient and reliable ANN algorithms that would allow scaling up the number of docs for dense...
**Is your feature request related to a problem? Please describe.** Allow Haystack users to experiment with latest state-of-the-art and explore how LLMs can support different use cases/phases of the entire...