- Issue created by @scott_euser
- Assigned to seogow
- 🇬🇧United Kingdom seogow
Combination of indexes should be IMHO separate module. There is a Drupal 7 module Search API Multi-Index Searches → and it calls for Drupal 10 for sure.
However, I believe combining search indexes is out of scope of the AI module?
- 🇬🇧United Kingdom scott_euser
So what do you think is in scope? Current search_api_ai module does the mix as a data type
- 🇬🇧United Kingdom seogow
The scope is to conduct a Vector search at indexed embeddedings and provide it as a Search API plugin, so the developer can:
- Create a Vector Search Index.
- Conduct a search on the index via Views.
If there are limitations as to what Vector Index can do, similarly to Search API Solr module, these should be reflected upon rendered View.
Reasoning: This module's aim is to work out of the box and be plug-and-play replacement for any other Search API index technology. However, there is no limit on implementation of Vector search:
- It can be combined with keyword search to provide even more accurate results.
- It can work as pre-selection/ordering tool of entities and then be fed to reranking.
- ...
But that are advanced implementations, which might (or not) be implemented here, after when 1.0 is out.
I hope the above makes sense.
- Status changed to Closed: outdated
6 months ago 4:56am 26 August 2024