jina.parsers.helloworld module

Module for hello world argparser

jina.parsers.helloworld.mixin_hw_base_parser(parser)[source]

Add the arguments for hello world to the parser

  • Parameters

    parser – the parser configure

jina.parsers.helloworld.set_hello_parser(parser=None)[source]

Set the hello parser

  • Parameters

    parser – the parser configure

jina.parsers.helloworld.set_hw_parser(parser=None)[source]

Set the hello world parser

  • Parameters

    parser – the parser configure

    Returns

    the new parser

jina.parsers.helloworld.set_hw_chatbot_parser(parser=None)[source]

Set the parser for the hello world chatbot

  • Parameters

    parser – the parser configure

    Returns

    the new parser

jina.parsers.helloworld.set_hw_fork_parser(parser=None)[source]

Set the parser for forking hello world demo

  • Parameters

    parser – the parser configure

    Returns

    the new parser

jina.parsers.helloworld.set_hw_multimodal_parser(parser=None)[source]

Set the parser for the hello world multimodal

  • Parameters

    parser – the parser configure

    Returns

    the new parser