Retrieve#
concept | Run the concept search algorithm on the provided text, or automatically on the overall query terms. |
|
prefix_match | Perform (phrase) prefix term matching on the specified fields, enforce phrase matching considering term-order (optionally) and phrase-slop. |
|
fuzzy_match | Perform fuzzy term matching on the selected fields. |
semantic | Perform approximate k-NN search on the paragraph embeddings using the HNSW vector index, and optionally rescore the results. |
|
exact_knn | Return a Script-Score Query to perform Cosine Similarity on dense vector fields. |
paragraph_highlight | Highlight a specific paragraph that has been been processed by the Paragraph Embedding step given its ID. |