gnes.flow.base module¶
-
class
gnes.flow.base.BaseIndexFlow(*args, **kwargs)[source]¶ Bases:
gnes.flow.FlowBaseIndexFlow defines a common service pipeline when indexing.
It can not be directly used as all services are using the base module by default. You have to use
set()to change the yaml_path of each service.
-
class
gnes.flow.base.BaseQueryFlow(*args, **kwargs)[source]¶ Bases:
gnes.flow.FlowBaseIndexFlow defines a common service pipeline when indexing.
It can not be directly used as all services are using the base module by default. You have to use
set()to change the yaml_path of each service.