Hyperspace Advantages
Last updated
Last updated
Hyperspace search enable the and of candidates using lexical and vector search. Only candidates that passed the filter stage will be assigned a score.
In addition, Hyperspace allows of candidate fields. Aggregations can be performed on all candidates, and not just those that passed filtering.
Hyperspace allows to build lexical, vector and hybrid search queries in either domain specific syntax (.json structure) or native python syntax.
Hyperspace supports a variety of score mechanisms. These include TF-IDF and BM25 based score, weights and boosts for lexical search, and similarity metrics such as Euclidean and Hamming distance for vector search.
Hyperspace efficient memory management allows to include an extremely large number of keyword and value fields in each query, allowing practically unlimited number of fields.
Hyperspace fully supports multi model vector search, allowing to use multiple vectors in each search query, and to use the results of each vector search in order to filter other vector searches.
Hyperspace allows to perform vector search with extremely large vectors, with thousands of elements per vector.
Hyperspace allows to create sophisticated filtering and scoring logic based on both vector and lexical search results.
Hyperspace hybrid search that combines lexical and vector search in a simple manner, in a native Python syntax.