-
Hi @hanxiao,
I am new to jina-ai but I decided to spend more time to play with it and hopefully contribute with PRs(appreciate any recommendation about which repo to start).
I have tried to host the…
-
Say for MinRanker, I run
`docker build -t minranker .`
`docker run minranker`
then there will be an error saying 'could not determine a constructor for the tag !MinRanker'. The problem is for almost a…
-
**Describe the feature**
We have to set attributes manually from the parameters in all classes
**Your proposal**
Add `store_attr` method to `BaseExecutor` inspired by [fastcore](https://fastpages.fa…
-
the reduce code is located here: `jina/executors/encoders/helper.py`
-
**Describe the feature**
Till now, the best way to make a multilingual semantic search was with multilingual-USE. But it supports only 16 languages.
2 days back Google released LaBSE through which Ji…
-
**Describe the feature**
A CNN encoder which extracts features from images of spectrograms (spectrograms usually give a more complete representation for non-speech sounds as compared to mel-features)…
-
As the subject line states, while following the [Build Your First Neural Search App tutorial](https://github.com/jina-ai/examples/tree/master/my-first-jina-app#build-your-first-neural-search-app), I f…
-
**Describe the feature**
Currently jina only supports ranking matches based on the scores, that the retrieval step provides. Adding the possibility to add more query match metrics in order to fine-t…
-
**Describe your problem**
We are building a semantic text search system, using NumpyIndexer and cosine distance metric. We have been testing Jina with smaller sets for the moment, running in single in…
-
**Describe the feature**
Jina's core idea is to keep dependencies as simple as possible by running pods inside docker containers when needed.
However, this poses a challenge since we should be able …