Add documentation for AI Search module
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3477409. --> Reported by: [scott_euser](https://www.drupal.org/user/3267594) Related to !137 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We have the new /docs folder in the project root, we should add ai_search as a docs page here (marked as Experimental while its experimental).</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>No docs for AI Search at <a href="https://project.pages.drupalcode.org/ai/">https://project.pages.drupalcode.org/ai/</a></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Provide instructions</p> <ol> <li>Set up VDB Provider </li> <li>Set up Embedding Model in AI core</li> <li>Set up Search API Backend Index -&gt; choose embedding model, chunking strategy, VDB provider</li> <li>Set up Fields (ensure an Embedding field type is used at least once)</li> <li>Set up Views </li> <li>Set up Filters in Views (not yet functional until [#<a href="https://www.drupal.org/project/ai/issues/3471759]">https://www.drupal.org/project/ai/issues/3471759]</a>)</li> </ol> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Add the docs</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>Docs appear for AI Search</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