mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Add InvokeNode #1908 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -528,6 +528,7 @@ export const initialInvokeValues = {
|
||||
"Connection": "keep-alive"
|
||||
}`,
|
||||
proxy: 'http://',
|
||||
clean_html: false,
|
||||
};
|
||||
|
||||
export const CategorizeAnchorPointPositions = [
|
||||
@ -643,7 +644,7 @@ export const NodeMap = {
|
||||
[Operator.TuShare]: 'ragNode',
|
||||
[Operator.Note]: 'noteNode',
|
||||
[Operator.Crawler]: 'ragNode',
|
||||
[Operator.Invoke]: 'ragNode',
|
||||
[Operator.Invoke]: 'invokeNode',
|
||||
};
|
||||
|
||||
export const LanguageOptions = [
|
||||
|
||||
Reference in New Issue
Block a user