feat: make Citations and Attributions display enable default (#5508)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
parent
54b8d98cde
commit
4a031de0d9
7 changed files with 24 additions and 5 deletions
|
|
@ -485,7 +485,9 @@ export const useWorkflowInit = () => {
|
|||
nodes: nodesTemplate,
|
||||
edges: edgesTemplate,
|
||||
},
|
||||
features: {},
|
||||
features: {
|
||||
retriever_resource: { enabled: true },
|
||||
},
|
||||
},
|
||||
}).then((res) => {
|
||||
workflowStore.getState().setDraftUpdatedAt(res.updated_at)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue