Pinecone provider plugin should add dependency on its setting config
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3549379. --> Reported by: [scott_euser](https://www.drupal.org/user/3267594) Related to !10 !9 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>See <a href="https://git.drupalcode.org/project/ai_vdb_provider_opensearch/-/blob/1.x/src/Plugin/VdbProvider/OpenSearchVdbProvider.php?ref_type=heads#L429">https://git.drupalcode.org/project/ai_vdb_provider_opensearch/-/blob/1.x/src/Plugin/VdbProvider/OpenSearchVdbProvider.php?ref_type=heads#L429</a> declares its dependencies. This module's plugin should do the same.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Look at plugin and see dependencies on config not declared.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Declare dependencies</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>MR</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>N/A</p> <h3 id="summary-api-changes">API changes</h3> <p>N/A</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>N/A</p>
issue