Document View long to show
-
in DocsTable when clicking on title (or from the graph explorer right panel) one can have access to the document.
-
The issue is the document is too long for being shown
-
I investigate the database indexes but maybe it is due to the Front-End: loading the document itself and then the ngrams is too long
-
Solution:
- first show the text
- then display the ngrams (when loaded)
-
With this fix we could easier debug and improve backend if needed