ZanSara
ZanSara
Is there any English documentation available somewhere? The link in the README (https://www.yanzhenjie.com/AndServer/) refers to the Chinese one only.
### Related Issues - Discussed in https://github.com/deepset-ai/haystack/discussions/2972 ### Proposed Changes: - Add a `LanguageClassifier` node that can be used to classify documents by language. - Introduces a dependency on `langdetect`...
**Related Issue(s)**: - Closes #2865 - Closes #2857 - Related to #2418 **Proposed changes**: - Create a multi modal retriever by generalizing the concepts introduced by `TableTextRetriever` - It introduces...
**Describe the bug** - `Pipeline.run_batch()` fails on indexing pipelines. - The failure is early and seems to occur in the `run_batch` method itself - The failure seems trivial **Error message**...
**Describe the bug** - Calling `docstore.get_all_labels`in an index populated with Documents will fail with a quite obscure Pydantic validation error. **Error message** ``` Traceback (most recent call last): File "/home/sara/work/haystack/haystack/document_stores/elasticsearch.py",...
[Part of #2418] **What** A node that takes a list of paths to images and captions them. The captions are then stored as Documents, with the path to the image...
**Problem** Following several report, we disabled `end-of-file-fixer`, `trailing-whitespace` and `pretty-format-json` from the pre-commit hook's checks. - `end-of-file-fixer` and `trailing-whitespace` seems to conflict with the API generation - `pretty-format-json` conflicts with...
@masci **Related Issue(s)**: - #2811 - #1996 **Proposed changes**: - Refactor the base document store test suite following the model given by OpenSearch tests in #2691 - Refactor all document...
**Problem** So far Haystack has been focusing strongly on text-only search. However, the same architecture is likely to be effective on other mediums, such as images. This epic tracks the...
Related to https://github.com/deepset-ai/haystack/issues/2811 **Problem**: - The current setup time of GH runners is not negligible, and subject to failure in case of network issues on the runner. - The runner...