- Issue created by @kim.pepper
- πΊπΈUnited States drupals.user
Will this be the replacement of the OpenSearch VDB Provider module?
https://www.drupal.org/project/ai_vdb_provider_opensearch β - π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Yes. I discussed this with @fago in slack and we decided to move it here. We can re-use the connection plugin logic and existing search api implementation.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Added a draft MR with the basic plugin. We need to implement all the stub methods and save and retrieve connector configuration.
Also a lot of this is duplicated in
\Drupal\search_api_opensearch\Plugin\search_api\backend\OpenSearchBackend
so maybe we need a trait? - First commit to issue fork.