@@ -57,7 +57,7 @@ def get_query(
5757 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
5858 ) -> Query :
5959 """
60- Retrieve an existing query
60+ Retrieve the result of a previous query.
6161
6262 Args:
6363 extra_headers: Send extra headers
@@ -92,7 +92,7 @@ def score_highlight(
9292 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
9393 ) -> EvaluateScoreHighlightResponse :
9494 """
95- Provide feedback on a query result .
95+ Score an individual highlight .
9696
9797 Args:
9898 comment: Comment on the chunk
@@ -137,7 +137,7 @@ def score_query(
137137 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
138138 ) -> EvaluateScoreQueryResponse :
139139 """
140- Provide feedback on a query result .
140+ Score the result of a query.
141141
142142 Args:
143143 score: Rating of the query result from -1 (bad) to +1 (good).
@@ -194,7 +194,7 @@ async def get_query(
194194 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
195195 ) -> Query :
196196 """
197- Retrieve an existing query
197+ Retrieve the result of a previous query.
198198
199199 Args:
200200 extra_headers: Send extra headers
@@ -229,7 +229,7 @@ async def score_highlight(
229229 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
230230 ) -> EvaluateScoreHighlightResponse :
231231 """
232- Provide feedback on a query result .
232+ Score an individual highlight .
233233
234234 Args:
235235 comment: Comment on the chunk
@@ -274,7 +274,7 @@ async def score_query(
274274 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
275275 ) -> EvaluateScoreQueryResponse :
276276 """
277- Provide feedback on a query result .
277+ Score the result of a query.
278278
279279 Args:
280280 score: Rating of the query result from -1 (bad) to +1 (good).
0 commit comments