We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04303a9 commit c65c4d6Copy full SHA for c65c4d6
frontend/src/components/Graph/GraphViewModal.tsx
@@ -89,6 +89,7 @@ const GraphViewModal: React.FunctionComponent<GraphViewModalProps> = ({
89
setRelationships([]);
90
setAllNodes([]);
91
setAllRelationships([]);
92
+ setDropdownVal({ label: 'Knowledge Graph', value: queryMap.DocChunkEntities });
93
};
94
}, []);
95
@@ -200,6 +201,7 @@ const GraphViewModal: React.FunctionComponent<GraphViewModalProps> = ({
200
201
setGraphType(intitalGraphType);
202
setNodes([]);
203
204
205
206
207
// sort the legends in with Chunk and Document always the first two values
0 commit comments