Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
29
class
TaskType(Enum):
30
# 向量
31
EMBEDDING = 1
32
# 生成问题
33
GENERATE_PROBLEM = 2
34
# 同步
35
SYNC = 3
36
# 分词索引
37
TOKENIZE = 4
38
39
40
class
State(Enum):
Callers
5
is_valid
Method · 0.90
is_valid
Method · 0.90
get_query_set
Method · 0.90
cancel
Method · 0.90
batch_cancel
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected