-
**Describe the feature**
When constructing a `Flow`, it isn't intuitive, at least for me, what the workflow will look like.
```
f = (Flow().add(name='p1')
.add(name='p2')
.ad…
-
**Describe your problem**
Hi, I would like some clarification about the way Jina is meant to be interfaced with in a cluster setting.
I would like to set up a Kubernetes cluster running jina. I i…
-
**Discussion**
* Same architecture as cross-model search
* Do we need model for this or assimilate from existing example in cross-model?
**Description**
Is it planned to add a way to search only in…
-
Follow the introduction of webqa-search exmaple, everything seems fine, but still get an Error as below:
```
JINA@5762[E]:theses modules or classes can not be imported ['jina.executors.indexers.vect…
-
Hi, I install use `pip install jina`, then get all example use `git clone https://github.com/jina-ai/examples.git`
In southpark-search, I've edited in `flow-index.yml` follow in [this page](https://g…
-
**Problem**
After running `pip install jina[http]`, `python app.py search` seems to work without crashing. However, querying via curl has issues:
Input: `curl --request POST -d '{"top_k": 10, "mod…
-
**Problem**
Hello, I used the south-park example and it worked fine but when I tried to change the dataset, I am able to run the indexer but encounter the following error when I use query.
```
…
-
**Is your feature request related to a problem? Please describe.**
The finder was initially designed to wrap a **single retriever** and a **single reader** to do **extractive** QA.
As Haystack is gro…
-
In the example for south-park semantic search the parameter topk for search task should be replaced with top_k.
https://github.com/jina-ai/examples/blob/b4266a5399fb41a8221acad3f0fcb30e00651b94/south…
-
I have an exception following the tutorial my-first-jina-app. After changing the code as described in the tutorial, downloading the data as I described [answering this issue](https://github.com/jina-a…