-
**[This is an automated issue opened as part of the hub modules update GH action. DO NOT EDIT THIS DESCRIPTION]**
Could not update module **VSETextEncoder** because some of the checks failed:
```
[…
-
**[This is an automated issue opened as part of the hub modules update GH action. DO NOT EDIT THIS DESCRIPTION]**
Could not update module **LevelDBIndexer** because some of the checks failed:
```
[…
-
**Describe the feature**
Some indexers have confusing function signatures. Specifically the usage of `keys`, `ids` is wrong. This can create confusion for newcomers, or when reasoning about the cod…
-
There is a bug that when importing some encoders directly from the source file, all config params will not be saved. This is causing the failing tests in jina-ai/jina-hub#1349, although for some myste…
-
The README states
` In the example above, we use a prebuilt image from Jina Hub. It automatically pulls the image to local when you run this flow.`
However, I just cloned the repository and ran `a…
-
The two above mentioned functions were removed from jina due to a refactoring. They are not needed anymore, but in some parts of the hub still existent. That should be refactored.
The PR in jina in…
-
**Describe the feature**
Encodings could be computed using Automatic Mixed Precision for `TransformerTorchEncoder` when the model is on GPU - this practically doubles the computation speed (on GPUs…
-
I tried to follow the example fo "My first jina app" with and without virtual environments, but when I test the REST API like this:
`curl --request POST -d '{"top_k":10,"mode":"search","data":["pic…
-
when I run:
`jina hub build MindsporeLeNet/ --pull --test-uses`
it shows:
`
▶️ /usr/local/bin/jina hub build MindsporeLeNet/ --pull --test-uses
🔧️ cli = hub
🔧️ …
-
I am building a custom ranker using Transformer-based models. When I try to build a docker image using jina hub, ```jina hub build FinBertQARanker/ --pull --test-uses```, I get the following error:
…