-
Since the resolution of #867, thanks a lot guys for your great work there, we can now index our test datasets of ~190 GB without problems. But now, we have a new issue when querying the indices, our s…
-
We need to make sure that all the executors in this repo are rigorously tested, and that the code meets high standards of quality. Here are some things that need to be done:
-----
Here is a checkl…
-
I believe lines
This: https://github.com/jina-ai/examples/blob/6138e006cd4435bdebac77447e2c7dd914284681/cross-modal-search/dataset.py#L120
and this: https://github.com/jina-ai/examples/blob/6138e00…
-
I am trying to parse a pdf & apply the DOCQA model to it.Roberta as well as BERT..!! But I am not getting right answer for it.. whereas independently it's works accurately... !!
This is my flow.ym…
-
Each Readme should follow the template in https://github.com/jina-ai/examples/pull/497
The code in the example should be run and correctly run.
- [x] Semantic Wikipedia Search https://github.com…
-
**Describe the bug**
Hi guys, I am getting
```
/lib/python3.8/site-packages/jina/importer.py:189: UserWarning:
ranker shadows one of built-in Python module name.
…
-
**Successfully installed jina-2.0.0rc5.dev15**
(wikisearch) boredmgr@Bikashs-MacBook-Pro wiki-search % python3 app.py -t index
pod0@41200[I]:starting jina.peapods.runtimes.zmq.zed.ZEDRunt…
-
# User Story:
As a user of jina, I want to search documents that only match given filters (i.e. categorical values, date, and integers). Given an index of documents, I only be able to limit the search…
-
Hi everyone! Our documents (indexed via BinaryPbIndexer) typically consist of many chunks (indexed via NumpyIndexer). How can we now delete a document with all its chunks just by the document-id? Mayb…
-
In this step, it says "Once indexing is completed, a search prompt will appear in your terminal". But it will not, the search prompt will only appear after you run another query flow: `python app.py -…