ZanSara

Results 66 issues of ZanSara

Is there any English documentation available somewhere? The link in the README (https://www.yanzhenjie.com/AndServer/) refers to the Chinese one only.

plan

### 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`...

action:needs documentation
type:feature
topic:metadata
topic:dependencies

**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...

type:feature
topic:models
journey:advanced
topic:retriever
topic:images

**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**...

type:bug
Contributions wanted!
topic:pipeline
journey:first steps

**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",...

type:bug
Contributions wanted!
good second issue
topic:document_store
journey:intermediate

[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...

type:feature
topic:images

**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...

type:bug

@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...

type:refactor
topic:document_store
topic:tests

**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...

epic
topic:images
epic:in-progress

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...

type:feature
topic:tests
ignore-for-release-notes