Table of Contents

Class KnowledgeSearchSettings

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent
Assembly
FoundationaLLM.Common.dll

Provides the settings for knowledge search.

public class KnowledgeSearchSettings
Inheritance
KnowledgeSearchSettings
Inherited Members
Extension Methods

Properties

FileUploadDataPipelineObjectId

The object identifier of the data pipeline used to process uploaded files.

public required string FileUploadDataPipelineObjectId { get; set; }

Property Value

string

FileUploadVectorDatabaseObjectId

The object identifier of the vector database used to store the processed uploaded files.

public required string FileUploadVectorDatabaseObjectId { get; set; }

Property Value

string