Improve AiApiExplorer Table Content Display for Better UX
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3533133. --> Reported by: [sayyedhali](https://www.drupal.org/user/3622806) Related to !732 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <p>AiApiExplorer (Vector DB Explorer) displays the chunks of data from the vector database in a table format. The table contains Score and Chunk columns. The Chunk column contains HTML tags and a long string (Markdown format). HTML tags are displayed in the browser, which is not good for the user experience. Also, all the data coming from the vector database is not displayed in the table, especially the Drupal node ID information.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>It will be good to convert the markdown to HTML before displaying the content in a table. And also display all the information coming from the vector database in the table separate columns.</p>
issue