-
Notifications
You must be signed in to change notification settings - Fork 25.8k
ES|QL - dense_vector exact (brute force) search support #130828
Copy link
Copy link
Closed
Epic
1 / 11 of 1 issue completed
Copy link
Labels
:Search Relevance/ES|QLSearch functionality in ES|QLSearch functionality in ES|QL:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance:SearchOrg/RelevanceLabel for the Search (solution/org) Relevance teamLabel for the Search (solution/org) Relevance team>enhancementTeam:Search - RelevanceThe Search organization Search Relevance teamThe Search organization Search Relevance teamTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in ElasticsearchTeam:SearchOrgMeta label for the Search Org (Enterprise Search)Meta label for the Search Org (Enterprise Search)
Metadata
Metadata
Assignees
Labels
:Search Relevance/ES|QLSearch functionality in ES|QLSearch functionality in ES|QL:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance:SearchOrg/RelevanceLabel for the Search (solution/org) Relevance teamLabel for the Search (solution/org) Relevance team>enhancementTeam:Search - RelevanceThe Search organization Search Relevance teamThe Search organization Search Relevance teamTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in ElasticsearchTeam:SearchOrgMeta label for the Search Org (Enterprise Search)Meta label for the Search Org (Enterprise Search)
Type
Fields
Give feedbackNo fields configured for Epic.
Description
Description
As dense_vector support is being addressed in #125783, ES|QL will be able to perform exact (brute force) vector search.
The following tasks will be needed:
Vector similarity functions
Magnitude functions
Improve performance
Make vector similarity functions available for release builds - ES|QL - Add vector similarity functions to tech preview, allow pushdown of blockloader functions #139365
Add docs for describing exact search in ES|QL using vector similarity functions. Complete vector search section with this. [Docs] ES|QL - Add exact search tutorial #140552
Figure out the timing for GA - does it coincide with the time we make dense_vector/knn GA for ES|QL?