Skip to content
#

semantic-search

Here are 108 public repositories matching this topic...

haystack
ZanSara
ZanSara commented Jul 19, 2022

Describe the bug
Using from haystack.nodes import TransformersTranslator you can notice this warning:

.../site-packages/transformers/tokenization_utils_base.py:3538: FutureWarning:
prepare_seq2seq_batch is deprecated and will be removed in version 5 of HuggingFace Transformers. Use the regular
__call__ method to prepare your inputs and the tokenizer under the as_target_tokenizer c
good first issue Contributions wanted! topic:models type:refactor
alexklibisz
alexklibisz commented Sep 27, 2021

Describe the bug

Elastiknn exceptions do not extend ElasticsearchException, so they seem to always be turned into a 500, when a 4xx would often be more appropriate.

Expected behavior

bug good first issue
awesome-semantic-search
Agrover112
Agrover112 commented May 17, 2021

Is your feature request related to a problem? Please describe.
Support for multiple languages is required keeping with the essence of FOSS.

Describe the solution you'd like
Contributors who can understand English well enough and also native language to translate contents of the repository.
Add a separate FOLDER containing translations of the entire README.md with name README_Spanish/

Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Searching with Vectors' talk from Haystack 2019 (US). Builds upon my conceptual search and semantic search work from 2015

  • Updated May 12, 2021
  • Python

Improve this page

Add a description, image, and links to the semantic-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semantic-search topic, visit your repo's landing page and select "manage topics."

Learn more