HybridSearchOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HybridSearchOptions.
public class HybridSearchOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.HybridSearchOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.HybridSearchOptions>
type HybridSearchOptions = class
interface IJsonModel<HybridSearchOptions>
interface IPersistableModel<HybridSearchOptions>
Public Class HybridSearchOptions
Implements IJsonModel(Of HybridSearchOptions), IPersistableModel(Of HybridSearchOptions)
- Inheritance
-
HybridSearchOptions
- Implements
Constructors
| Name | Description |
|---|---|
| HybridSearchOptions(Double, Double) |
Initializes a new instance of HybridSearchOptions. |
Properties
| Name | Description |
|---|---|
| EmbeddingWeight |
The weight of the embedding in the reciprocal ranking fusion. |
| TextWeight |
The weight of the text in the reciprocal ranking fusion. |