Best Practices Developing Hub Executors Using Hub Executors Best Practices Developing Hub Executors When developing Hub Executors, make sure to follow these tips: Use jina ...
Image" level="1"> Image Image is ndarray Load image data Simple image processing Display image sprite Segment large complicated image into small ones Image" class="refere...
Share Executors via Hub Hub architecture Share Executors via Hub Now you understand that Executor is a building block in Jina. The following questions arise naturally: Can I...
Command-Line Interface Named Arguments subcommands Sub-commands: hello subcommands Sub-commands: fashion General arguments Index arguments Search arguments chatbot Named Arg...
Create Flow Use a Flow Visualize a Flow Create Flow An empty Flow can be created via: from jina import Flow f = Flow () Use a Flow To use f , always open it as...
Flow IO Request data Request parameters Size of request Limiting outstanding requests Response result Get response documents Environment Variables Flow IO .post() is the...
Question-Answering on in-Video Content Build the Flow Choose Executors Go through the Flow Index Query Use DPRTextEncoder differently in two Flows Get the Source Code Next ...
Audio" level="1"> Audio Sampling rate Quantization Load .wav file Save as .wav file Example Other tools & libraries for audio data Audio" class="reference-link"> Audio...
Run Executors on GPU Prerequisites Setting up the executor Using GPU locally Using GPU in a container Using GPU with Hub Executors Conclusion Run Executors on GPU Tadej...
JinaD Client Check if remote server is alive Get the status of the remote server JinaD Client You can use JinaDClient or (for your async code) feel free to use AsyncJinaDClie...