|
212 | 212 | - [PointsUpdateOperation.SetPayload](#qdrant-PointsUpdateOperation-SetPayload) |
213 | 213 | - [PointsUpdateOperation.SetPayload.PayloadEntry](#qdrant-PointsUpdateOperation-SetPayload-PayloadEntry) |
214 | 214 | - [PointsUpdateOperation.UpdateVectors](#qdrant-PointsUpdateOperation-UpdateVectors) |
| 215 | + - [PowExpression](#qdrant-PowExpression) |
215 | 216 | - [PrefetchQuery](#qdrant-PrefetchQuery) |
216 | 217 | - [QuantizationSearchParams](#qdrant-QuantizationSearchParams) |
217 | 218 | - [Query](#qdrant-Query) |
@@ -2699,6 +2700,12 @@ The JSON representation for `Value` is a JSON value. |
2699 | 2700 | | sum | [SumExpression](#qdrant-SumExpression) | | Sum | |
2700 | 2701 | | div | [DivExpression](#qdrant-DivExpression) | | Divide | |
2701 | 2702 | | neg | [Expression](#qdrant-Expression) | | Negate | |
| 2703 | +| abs | [Expression](#qdrant-Expression) | | Absolute value | |
| 2704 | +| sqrt | [Expression](#qdrant-Expression) | | Square root | |
| 2705 | +| pow | [PowExpression](#qdrant-PowExpression) | | Power | |
| 2706 | +| exp | [Expression](#qdrant-Expression) | | Exponential | |
| 2707 | +| log10 | [Expression](#qdrant-Expression) | | Logarithm | |
| 2708 | +| ln | [Expression](#qdrant-Expression) | | Natural logarithm | |
2702 | 2709 |
|
2703 | 2710 |
|
2704 | 2711 |
|
@@ -3704,6 +3711,22 @@ Additionally, the first and last points of each GeoLineString must be the same. |
3704 | 3711 |
|
3705 | 3712 |
|
3706 | 3713 |
|
| 3714 | +<a name="qdrant-PowExpression"></a> |
| 3715 | + |
| 3716 | +### PowExpression |
| 3717 | + |
| 3718 | + |
| 3719 | + |
| 3720 | +| Field | Type | Label | Description | |
| 3721 | +| ----- | ---- | ----- | ----------- | |
| 3722 | +| base | [Expression](#qdrant-Expression) | | | |
| 3723 | +| exponent | [Expression](#qdrant-Expression) | | | |
| 3724 | + |
| 3725 | + |
| 3726 | + |
| 3727 | + |
| 3728 | + |
| 3729 | + |
3707 | 3730 | <a name="qdrant-PrefetchQuery"></a> |
3708 | 3731 |
|
3709 | 3732 | ### PrefetchQuery |
|
0 commit comments