- Issue created by @scott_euser
- 🇬🇧United Kingdom scott_euser
Okay ChatGPT managed to get ext-ffi required extension for the tests set up in gitlab CI... Means this approach using https://github.com/allanpichardo/mysql-vector as a simple way to test generating & querying embeddings will work fine.
- 🇬🇧United Kingdom scott_euser
Okay getting FFI to work was painful but now at least its a full end to end test of the basic functionality. Can add things like Boost in follow-ups. Things this revealed:
- JS was required to deal with the ajax in the Search API Index form, that is now fixed here
- Schema was invalid in some areas, that is now fixed here
- Search API field indexing setup checker required JS, that is now fixed here
- There was some potential inconsistencies in Search API Backend that could result in the distance not getting correctly calculated. Types are now fixed here
-
scott_euser →
committed 88b27ba9 on 1.0.x
Issue #3495702 by scott_euser: Add AI Search basic functional test...
-
scott_euser →
committed 88b27ba9 on 1.0.x
- 🇬🇧United Kingdom scott_euser
This is now fixed. Added follow-up 📌 Remove composer require of dev release of Key module when Key makes a new release Postponed