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

**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.

size/XS
area/setup

**Describe the feature** The current implementation for to_kubernetes_yaml flow [takes `k8s_namespace` to be explicitly specified somewhere otherwise it outputs as `default` namespace](https://github.com/jina-ai/jina/blob/34664ee8db0a0e593a6c71dd6476cbf266a80641/jina/orchestrate/flow/base.py#L2772C69-L2772C69). The namespace need not be explicitly set and...

Stale

**Goals:** resolves #6026 - [ ] Add basic static gradio App - [ ] Make the app dynamic i.e. update the input and output blocks based on input and output...

1. nohup jina flow --uses flow.yml --name bf7e2d0198df3388a73525a3f3c7f87f --workspace bf7e2d0198df3388a73525a3f3c7f87f >bf7e2d0198df3388a73525a3f3c7f87f/jina.log 2>&1 & 2. ps aux|grep 'jina flow '|grep 'name bf7e2d0198df3388a73525a3f3c7f87f' |grep -v grep |awk '{print $2}'| xargs echo outputs...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

# Release Note This release contains 1 bug fix. ## 🐞 Bug Fixes ### Fix input schema with `--provider` Azure (#6163) When using `--provider` Azure, there was an error when...

**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.

size/M
area/core
area/helper
size/S
area/testing
size/XS
area/setup

Tracking issue for: - [ ] https://github.com/jina-ai/jina/security/code-scanning/6

Stale

**Goals:** - feat: extend jina JinaLogger supported handlers :TimedRotatingFileHandler: [Python official Logging TimedRotatingFileHandler Usage](https://docs.python.org/3/library/logging.handlers.html#timedrotatingfilehandler) log.json.yml eg: ```yml handlers: - TimedRotatingFileHandler level: INFO configs: TimedRotatingFileHandler: filename: './logs/myapp_timed.log' when: midnight interval: 1...

jina ver: 3.25.1 latest When using an empty example to observe the idle memory usage without adding any executor, the situation is as follows: flow.py ```python from jina import Flow...

Stale