-
1) In app.py
```
if sys.argv[1] == 'index':
workspace = os.environ['WORKDIR']
if os.path.exists(workspace):
print(f'\n +-------------------------------------------…
-
**Describe the bug**
top_k set via python client is failing in current southpark [test](https://github.com/jina-ai/examples/pull/289/checks?check_run_id=1441373067)
-
Hi, Jina team!
**Feature**
We use jina for searching short and long text documents. We split our documents into chunks (paragraphs) at index time.
Our problem is now that we want to show the best…
-
Hey Jina team,
my team has indexed over 100.000 text documents using the FaissIndexer. Now we would like to test different hyperparamters:
- distance: "l2" vs "inner_product"
- normalize: True vs…
-
I have noticed that the integration test for the multires lyrics example seems to be crashing randomly in CI.
This happens even though the PR in question had nothing to do with it, and even though …
-
I am trying to set up an example (I could add it as a PR). I use as reference `news_search` and `southpark-search` . It seems all the flows and the pipeline is built corretly, and I can append a…
-
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:
…
-
**Describe your problem**
Hi all, I have setup a jinabox.js environment and create several image search apps, but I found that no matter how I set `top_k`, the search result would always be 50.
…
-
Hello there, first of all great work!
I accidentally arrive here from one of the Python twitter accounts. I'm thinking about adding surfboard as one of audio feature extractors in Jina (https://gi…
-
**Description**
We've got a bunch of tutorials on our [examples repo](https://github.com/jina-ai/examples) but we're always hungry for more!
Have you got a cool dataset you want to showcase? Wan…