-
Hi Jina team,
first of, congratulations for your new release. Your new features are amazing. We will implement one after another into our production version.
We discovered a bug/problem in the Fai…
-
Question,
How can I extend Document to handle different fields, e.g., title, or description?
e.g.,
d = Document()
d.text = "blabla"
d.title = "blabla"
d.description = "blabla"
c.pos…
-
**Describe the bug**
Change from this [PR](https://github.com/jina-ai/jina/commit/b2c2a97cef06a8f75a0227199a8948bf8152a4ce) will fail the audio-search example because the mime type is set to a wro…
-
Changes in the Jina API introduced breaking changes in the signature of executors.
Where previously
```
class MyEncoder(BaseEncoder):
def encode(self, data: 'np.ndarray', *args, **kwargs…
-
### Maintenance
All our examples should be using the REST CRUD interface and not the /api/{mode}which is deprecated.
**Acceptance Criteria**
This ticket is done when: All 13 examples on the ex…
-
A couple of issues found at object-search example:
- The "read the Jina installation guide for details" link at README will direct users to a 404 page; Fixed in PR https://github.com/jina-ai/exampl…
-
**Describe the feature**
It would be really nice to have some kind of `/status` or `/alerts` websocket stream that notified the console of any changes to global jinad state or flow/pea/pod states. Th…
-
Dear @DmitryKey , it is a pleasure to follow your guides and go through the examples. Thank you for providing such interesting tools.
Concerning "Neural Search with BERT and Solr" everything seems…
-
Here is the result of this library for monthly trending:
```
benyaminahmed/nft-image-generator
nextcloud/server
AkashSingh3031/The-Complete-FAANG-Preparation
benbusby/whoogle-search
lite-xl/lite…
-
**Describe the feature**
The Driver is a Jina component that should be hidden away from an user. I suggest, it evolves into a combination of a request dispatcher and compounding multiple Executors.…