Building and Running Queries
Last updated
Last updated
The following describes how to create a native Python syntax query that returns the identifiers of documents that have the strongest match to your search criteria. These identifiers can then be used to retrieve the corresponding matching documents.
In addition to Python syntax, Hyperspace also supports .
A query can define one of the following types of search –
- Based on keyword and term matching
- Based on vector similarity
Returns the combined similarity match results of both the Classic and the Vector Search.