mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-04 23:00:30 +08:00
Feat: add skills space to context engine (#13908)
### What problem does this PR solve? issue #13714 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -2164,7 +2164,7 @@ func (p *Parser) parseSearchCommand() (*Command, error) {
|
||||
return cmd, nil
|
||||
}
|
||||
|
||||
cmd := NewCommand("context_search")
|
||||
cmd := NewCommand("ce_search")
|
||||
|
||||
cmd.Params["query"] = question
|
||||
|
||||
|
||||
Reference in New Issue
Block a user