Skip to content

Commit bbd7188

Browse files
committed
v29: add nl-language types for search params
1 parent a9bc510 commit bbd7188

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,6 +2771,14 @@ components:
27712771
against. Multiple fields are separated with a comma.
27722772
type: string
27732773

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+
27742782
query_by_weights:
27752783
description:
27762784
The relative weight to give each `query_by` field when ranking results.

0 commit comments

Comments
 (0)