class

OpenAI::HybridSearchOptions

Inherits JSON::Serializable < Reference < Object

Constructors

new(embedding_weight : Float64 = 0.0, text_weight : Float64 = 0.0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

embedding_weight

The weight of the embedding in the reciprocal ranking fusion.

Source
embedding_weight=(embedding_weight : Float64)

The weight of the embedding in the reciprocal ranking fusion.

Source
text_weight

The weight of the text in the reciprocal ranking fusion.

Source
text_weight=(text_weight : Float64)

The weight of the text in the reciprocal ranking fusion.

Source