MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / TaskType

Class TaskType

apps/knowledge/models/knowledge.py:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class TaskType(Enum):
30 # 向量
31 EMBEDDING = 1
32 # 生成问题
33 GENERATE_PROBLEM = 2
34 # 同步
35 SYNC = 3
36 # 分词索引
37 TOKENIZE = 4
38
39
40class State(Enum):

Callers 5

is_validMethod · 0.90
is_validMethod · 0.90
get_query_setMethod · 0.90
cancelMethod · 0.90
batch_cancelMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected