In similar mode you MUST add a similar clause to the query or it will raise.
Constructor
Parameters
A set of Number objects. It is a SchemaFieldObject not regular python ints or floats.
This represents the minimum boundary. Any number lower than this will be considered as this minimum value. It can be either a float or an integer. It must larger or equal to 0 in case of scale=LogarithmicScale(base).
This represents the maximum boundary. Any number higher than this will be considered as this maximum value. It can be either a float or an integer. It cannot be 0 in case of scale=LogarithmicScale(base).
The mode of the number embedding. Possible values are: maximum, minimum and similar. Similar mode expects a .similar on the query, otherwise it will default to maximum.
The scaling of the number embedding. Possible values are: LinearScale(), and LogarithmicScale(base). LogarithmicScale base must be larger than 1. It defaults to LinearScale().
The aggregation mode of the number embedding. Possible values are: maximum, minimum and average.
This is a value that will be set for everything that is equal or lower than the min_value. It can be a float. It defaults to 0 (No effect)
Inheritance
Inheritance Chain:NumberSpace
- →
Space
- →
HasTransformationConfig
- →
HasLength
- →
Generic
- →
HasSpaceFieldSet
- →
ABC
Properties
Whether this space allows similarity clauses in queries.
The space field set for this number space.
Configuration for transforming numerical values into vectors.