mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-18 21:57:27 +08:00
Update chunk/metadata cli (#15055)
### What problem does this PR solve? Update chunk/metadata cli ### Type of change - [ ] Refactoring
This commit is contained in:
@@ -145,6 +145,7 @@ const (
|
||||
TokenFile
|
||||
TokenMetadata
|
||||
TokenTable
|
||||
TokenGet
|
||||
TokenUpdate
|
||||
TokenRemove
|
||||
TokenChunk
|
||||
@@ -172,6 +173,7 @@ const (
|
||||
TokenNumber = TokenInteger // Alias for integer tokens in path parsing (e.g., version numbers like 1.0.0)
|
||||
|
||||
// Special
|
||||
_ = iota
|
||||
TokenSemicolon
|
||||
TokenComma
|
||||
TokenSlash
|
||||
|
||||
Reference in New Issue
Block a user