-
**Describe the feature**
Tracking jina overall perf (index & search) across all releases. Use the time elapsed of hello-world as a metric.
**Your proposal**
- on every `devel` or new release,…
-
I indexed the startrek dataset and started the search server following the [my-first-jina-app](https://github.com/jina-ai/examples/tree/master/my-first-jina-app) tutorial.
Now, when I try to query …
-
I followed the southpark-search tutorial.
When executing a search I get the following error:
```
(.venv) ➜ southpark-search python app.py -t query
JINA@35805[E]:Since v0.3.6 jina…
-
It seems that this [tutorial](https://github.com/jina-ai/examples/tree/master/urbandict-search) is not compatible with the current API.
After running the following commands:
```
python3.7 prepar…
-
**Describe your problem**
I am playing with jina 0.4.1, basing partially on urbandict-search configuration. My example is already put in the repo: https://github.com/ArturTan/invalid_flow_of_jina
I i…
-
**Is your feature request related to a problem? Please describe.**
Using dense retriever with the existing DocumentStores works fine for medium-sized datasets.
However, for >1M embeddings the speed w…
-
**Problem**
`python app.py index` now seems to work okay. But running `python app.py search` results in:
```
unknown exception: ImportError('Flask or its dependencies are not fully installed, the…
-
I changed the base image to jinaai/jina:devel and run ` docker build -t jinaai/hub.executors.indexers.vector.faiss .`, the test fails showing:
```
______________________________ test_faiss_indexer __…
-
**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 your problem**
when jina finish vector search, the document structure like this
```java
-doc k-1
-chunks k
-matches k
```
when jina mapping matches' doc id by using `KVSearchDrive…