Class MemorySearchRequest
public record MemorySearchRequest : IEquatable<MemorySearchRequest>
- Inheritance
-
MemorySearchRequest
- Implements
- Inherited Members
Properties
Query
public string Query { get; init; }
Property Value
TopK
public int TopK { get; init; }