Table of Contents

Class VectorizationWorker

Namespace
FoundationaLLM.Vectorization
Assembly
FoundationaLLM.Vectorization.Engine.dll

Provides the core execution context for the vectorization worker.

public class VectorizationWorker
Inheritance
VectorizationWorker
Inherited Members
Extension Methods

Constructors

VectorizationWorker(IEnumerable<IRequestManagerService>)

Provides the core execution context for the vectorization worker.

public VectorizationWorker(IEnumerable<IRequestManagerService> requestManagerServices)

Parameters

requestManagerServices IEnumerable<IRequestManagerService>

The collection of request managers to run.

Methods

Run()

Starts all the request managers and enters a holding pattern waiting on them to stop.

public Task Run()

Returns

Task