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 a707110 commit 5fbd4d5Copy full SHA for 5fbd4d5
frontend/src/context/UsersFiles.tsx
@@ -43,7 +43,6 @@ const FileContextProvider: FC<FileContextProviderProps> = ({ children }) => {
43
'enable_hybrid_search_and_fulltext_search_in_bloom',
44
'materialize_entity_similarities',
45
'enable_communities',
46
- 'graph_schema_consolidation',
47
]);
48
const [processedCount, setProcessedCount] = useState<number>(0);
49
const [postProcessingVal, setPostProcessingVal] = useState<boolean>(false);
0 commit comments