- Issue created by @Nikro
Thanks @nikro, this looks good to me.
I'll wait until https://www.drupal.org/project/ai/issues/3525296 ✨ Add optional RAW vectors in RAG results Active merges before I merge this into a development branch.
To enable optional inclusion of raw embedding vectors in Search API AI results, implement the following:
getRawEmbeddingFieldName()
to the VDB provider plugin interface.This change allows retrieving raw vectors alongside search hits for efficient re‑ranking without extra database queries.
Active
1.0
Code
Thanks @nikro, this looks good to me.
I'll wait until https://www.drupal.org/project/ai/issues/3525296 ✨ Add optional RAW vectors in RAG results Active merges before I merge this into a development branch.