Table of Contents

Class VectorSearchRuntimeOptions

Namespace
Mythosia.VectorDb.Postgres
Assembly
Mythosia.VectorDb.Postgres.dll

Optional per-request runtime tuning for vector search.

public abstract class VectorSearchRuntimeOptions
Inheritance
VectorSearchRuntimeOptions
Derived
Inherited Members

Properties

Profile

Optional preset profile for this request.

public SearchProfile? Profile { get; init; }

Property Value

SearchProfile?