-
**Describe the bug**
I build a flow with two executors from jina hub. When I start the server with
```
with f:
f.block()
```
it works well, and docker container can use gpu.
If I dump th…
-
link to my sandbox: https://github.com/bottledmind/jina-issues
**Describe the feature**
If you're creating TensorFlow models under the same strategy, their GPU memory usage is significantly reduced …
-
Jina has a whole bunch of examples on our [examples repo](https://github.com/jina-ai/examples). But we're always hungry for more. more. MORE!
If you've built something with Jina, we want to see it an…
-
Json Decode error while request to service running with docker-compose
I flow the doc about run jina with docker compose : https://docs.jina.ai/how-to/docker-compose/
everything goes well and the …
-
**Describe the bug**
Running Jina CLI results in no output, but the terminal is never released like it's running an infinite loop or waiting for a respose
After reloading the PC I got `jina` through…
-
Hello all.
I'm currently getting a bug every time I try to get something from the hub. The first bug is:
```
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:…
-
**Describe the bug**
An error will arise when a new request is being sent while waiting for all executors to be ready.
MWU to reproduce (Slightly modified from the previous [issue](https://github.…
-
I want to delete all the embeddings, but it seems like `del docs_query[...][:, 'embedding']` deletes only the embeddings of unique documents. In my case, matches of the query documents overlap, so it …
-
We need a place in [docs.jina.ai](https://docs.jina.ai/), where detailed Flow yaml spec is documented. An example from [eksctl docs](https://eksctl.io/usage/schema/).
Here's how it is rendered.
…
-
**Describe the bug**
`docker run --rm --entrypoint jina jinaai/jina:3-py37-perf -v`
Result
```bash
❯ docker run --rm --entrypoint jina jinaai/jina:3-py37-perf -v
Unable to find image 'j…