Add new data type "attachments" to simplify including attached PDF files from entities
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3577201. --> Reported by: [bbrala](https://www.drupal.org/user/3366066) Related to !23 !24 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When attaching PDF files to an entity currently we advise to use Search API attachments module to include those into the documents sent to vragen.ai. This has the result that users need to install a PDF parser library to convert to text.</p> <p>Vragen.ai already has this build in the application, we should make sure this module uses that backend to include PDF data.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add new data type which is an array of urls<br> Process those in vragen.ai to attach them to the indexed documents.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue