jina icon indicating copy to clipboard operation
jina copied to clipboard

☁️ Build multimodal AI applications with cloud-native stack

Results 93 jina issues
Sort by recently updated
recently updated
newest added

# Context According to this https://github.com/grpc/grpc/blob/master/doc/keepalive.md we need to setup the client in the same way as the server for the keepalive parameters to work

Feature request from Slack community. OP: https://jina-ai.slack.com/archives/C0169V26ATY/p1661666644505419 Snippet, full thread see ⬆️ > Basically, the feature will be adding a new syntax that allows each Excecutor and the Gateway to...

🫶 raised-by-community

Hi, I have a flow running in cloud and whenever I try to connect to flow via client module to search, it takes about 14 sec! could you please help...

https://jinaai.slack.com/archives/C018F60RBL5/p1661434732894589

**Describe the bug** I have a type that looks like this: ```python class QuoteFileType(BaseDoc): """ QuoteFileType class. """ id: str = None # same as name, compatibility reasons for a...

Stale

**Goals:** - resolves #ISSUE-NUMBER - ... - ... - ... - ... - [ ] check and update documentation. See [guide](https://github.com/jina-ai/jina/blob/master/CONTRIBUTING.md#-contributing-documentation) and ask the team.

area/core
size/S
area/testing

**Goals** Similar to https://github.com/jina-ai/jina/pull/6046, we need to use `jina` to serve as a fastAPI for GCP. Bunch of setup codes are copied, as Sagemaker and GCP requirements are mostly the...

size/M
area/core
area/helper
area/testing

Support usage of Jina with docarrat with Pydantic v2. Aftee new release of docarray, docarray is compatible with the v2 pydantic version. It would be nice to add this compatibility...

**Describe the feature** As I understand it, the current API only supports response streaming. Is there a way to support [bi-directional streaming](https://grpc.io/docs/languages/python/basics/#bidirectional-streaming-rpc)? I imagine it would look like the current...

Stale

**Describe your proposal/problem** I've been looking for a way to pass http request headers to my Executor, and this is the only way I've been able to do it. ```python...

Stale