- Issue created by @fishfree
- πΊπΈUnited States kevinquillen
Please read the README for Search API Solr on how to generate and update XML configuration sets for Solr. It will do the necessary work and not require manual XML editing.
- πΊπΈUnited States kevinquillen
Just as an update here:
1. On first index creation, go to the Processors tab.
2. Enable the DenseVector processor.
3. Configure the processor - first select the provider and save, then reload and pick the AI model (this will be improved later).
4. Save.This should fix it. Why it errors on first creation of an index I am not sure of yet.
- Merge request !7[#3534327] fix: The processor with ID 'solr_densevector' could not be retrieved for index 'Solr'. β (Merged) created by kevinquillen
- πΊπΈUnited States kevinquillen
This is because the event subscriber fires when the module is enabled and the event subscriber loads the processor from the index and runs operations. Now there is a check first to see that solr_densevector is a valid processor before continuing. However, if you remove this processor, you should also remove any 'Dense Vector' field configured on the index because it will fail at index time trying to store non vectorized value into the vector field in Solr.
Now that this issue is closed, please review the contribution record.
As a contributor, attribute any organization helped you, or if you volunteered your own time.
Maintainers, please credit people who helped resolve this issue.
-
kevinquillen β
committed f09bb319 on 1.0.x
[#3534327] fix: The processor with ID 'solr_densevector' could not be...
-
kevinquillen β
committed f09bb319 on 1.0.x