I want to use fields of type dense_vector
in an engine.
It appears it is supported on elastic search
but not on app search
(Enterprise search).
The documentation at Schema API | Elastic App Search Documentation [7.14] | Elastic lists only text , number , date , geolocation as valid types.
Here is a link to a document that talks about the dense vector support in elastic search.
Is there any way to use dense-vector fields in appsearch engine documents and use cosine similarity scores?