jina
jina copied to clipboard
☁️ Build multimodal AI applications with cloud-native stack
like in CAS : https://twitter.com/hxiao/status/1509181942977155080?s=20&t=VoS5JrHldeKiydqbDP2MXg
**Describe the feature** To enable serverless abilities with jina, we should allow users to export knative yamls. Knative doesn't understand K8S `Deployment` & `Service` resources and implements a `Service` resource...
We want to support this syntax: ```python e = MyExec(workspace=...) ```
Parser structure polutes our `CLI` interface and `help` usage. I suggest we avoid having all the `mixins` in parsers and just have a parser for each object and these parsers...
Goals: - ... - ... - [ ] check and update documentation. See [guide](https://github.com/jina-ai/jina/CONTRIBUTING.md#documentation-guidelines) and ask the team.
https://jinaai.slack.com/archives/C018F60RBL5/p1653659409929649
This PR allows users to pass a custom gateway class to Flow definition similarly to Executors. - [x] Make custom gateway JAML compatible and loadable from config - [x] Allow...
This PR updates `jcloud` docs to include information on: * CPU & GPU flow maximal retention days * on the maximum number of CPU & GPU flows an account can...