暂存
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\service\Embedding;
|
||||
|
||||
class EmbeddingStatus
|
||||
{
|
||||
public const PENDING = 0;
|
||||
public const QUEUED = 1;
|
||||
public const PROCESSING = 2;
|
||||
public const EMBEDDED = 3;
|
||||
public const FAILED_RETRYABLE = 4;
|
||||
public const FAILED_TERMINAL = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user