We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bc510 commit bbd7188Copy full SHA for bbd7188
openapi.yml
@@ -2771,6 +2771,14 @@ components:
2771
against. Multiple fields are separated with a comma.
2772
type: string
2773
2774
+ nl_query:
2775
+ description: Whether to use natural language processing to parse the query.
2776
+ type: boolean
2777
+
2778
+ nl_model_id:
2779
+ description: The ID of the natural language model to use.
2780
+ type: string
2781
2782
query_by_weights:
2783
description:
2784
The relative weight to give each `query_by` field when ranking results.
0 commit comments