Table of Contents

Interface IRequestSourcesCache

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

Defines a cache of IRequestSourceService objects.

public interface IRequestSourcesCache
Extension Methods

Properties

RequestSources

Gets the dictionary of IRequestSourceService objects hashed by request source names.

Dictionary<string, IRequestSourceService> RequestSources { get; }

Property Value

Dictionary<string, IRequestSourceService>