mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 19:58:11 +08:00
Implement Elasticsearch functions in GO (#15160)
### What problem does this PR solve? Implement Elasticsearch functions in GO (except for Search) ### Type of change - [x] Refactoring
This commit is contained in:
@@ -47,7 +47,7 @@ const (
|
||||
TokenPassword
|
||||
TokenDataset
|
||||
TokenDatasets
|
||||
TokenDatasetTable
|
||||
TokenChunkStore
|
||||
TokenOf
|
||||
TokenAgents
|
||||
TokenRole
|
||||
@@ -91,6 +91,7 @@ const (
|
||||
TokenParse
|
||||
TokenImport
|
||||
TokenInto
|
||||
TokenIn
|
||||
TokenWith
|
||||
TokenParser
|
||||
TokenPipeline
|
||||
@@ -122,6 +123,7 @@ const (
|
||||
TokenIndex
|
||||
TokenVector
|
||||
TokenSize
|
||||
TokenStore
|
||||
TokenName // For ALTER PROVIDER <name> NAME <new_name>
|
||||
TokenBalance
|
||||
TokenInstance
|
||||
|
||||
Reference in New Issue
Block a user