Table of Contents

Class MemorySearchRequest

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record MemorySearchRequest : IEquatable<MemorySearchRequest>
Inheritance
MemorySearchRequest
Implements
Inherited Members

Properties

Query

public string Query { get; init; }

Property Value

string

TopK

public int TopK { get; init; }

Property Value

int