Intel(R) SuperBuilder

SuperBuilderPyllmSuperBuilderPyllmClient Class

Client for SuperBuilderPyllm

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+e5af843a4e6a75a047681ce8b5d33ceb3660e546
C#
public class SuperBuilderPyllmClient : ClientBase<SuperBuilderPyllmSuperBuilderPyllmClient>
Inheritance
Object    ClientBase    ClientBaseSuperBuilderPyllmSuperBuilderPyllmClient    SuperBuilderPyllmSuperBuilderPyllmClient

Constructors

SuperBuilderPyllmSuperBuilderPyllmClientProtected parameterless constructor to allow creation of test doubles.
SuperBuilderPyllmSuperBuilderPyllmClient(CallInvoker)Creates a new client for SuperBuilderPyllm that uses a custom CallInvoker.
SuperBuilderPyllmSuperBuilderPyllmClient(ChannelBase)Creates a new client for SuperBuilderPyllm
SuperBuilderPyllmSuperBuilderPyllmClient(ClientBaseConfiguration)Protected constructor to allow creation of configured clients.

Properties

CallInvoker
(Inherited from ClientBase)

Methods

AddFeedback(AddFeedbackRequest, CallOptions) Give LLM feedback on a question's response to improve future responses
AddFeedback(AddFeedbackRequest, Metadata, NullableDateTime, CancellationToken) Give LLM feedback on a question's response to improve future responses
AddFeedbackAsync(AddFeedbackRequest, CallOptions) Give LLM feedback on a question's response to improve future responses
AddFeedbackAsync(AddFeedbackRequest, Metadata, NullableDateTime, CancellationToken) Give LLM feedback on a question's response to improve future responses
AddFiles(AddFilesRequest, CallOptions) Upload a list of files to the RAG module to be vector stored, stream the upload progress
AddFiles(AddFilesRequest, Metadata, NullableDateTime, CancellationToken) Upload a list of files to the RAG module to be vector stored, stream the upload progress
Chat(ChatRequest, CallOptions) Send a chat message and stream returns a reply
Chat(ChatRequest, Metadata, NullableDateTime, CancellationToken) Send a chat message and stream returns a reply
CheckHealth(CheckHealthRequest, CallOptions) Check on health status backend system / service (for example: RAG check)
CheckHealth(CheckHealthRequest, Metadata, NullableDateTime, CancellationToken) Check on health status backend system / service (for example: RAG check)
CheckHealthAsync(CheckHealthRequest, CallOptions) Check on health status backend system / service (for example: RAG check)
CheckHealthAsync(CheckHealthRequest, Metadata, NullableDateTime, CancellationToken) Check on health status backend system / service (for example: RAG check)
ConvertModel(ConvertModelRequest, CallOptions) 
ConvertModel(ConvertModelRequest, Metadata, NullableDateTime, CancellationToken) 
ConvertModelAsync(ConvertModelRequest, CallOptions) 
ConvertModelAsync(ConvertModelRequest, Metadata, NullableDateTime, CancellationToken) 
Equals
(Inherited from Object)
ExportVectorDB(ExportRequest, CallOptions) 
ExportVectorDB(ExportRequest, Metadata, NullableDateTime, CancellationToken) 
ExportVectorDBAsync(ExportRequest, CallOptions) 
ExportVectorDBAsync(ExportRequest, Metadata, NullableDateTime, CancellationToken) 
Finalize
(Inherited from Object)
GetFileList(GetFileListRequest, CallOptions) Request list of all files uploaded to the loaded document store
GetFileList(GetFileListRequest, Metadata, NullableDateTime, CancellationToken) Request list of all files uploaded to the loaded document store
GetFileListAsync(GetFileListRequest, CallOptions) Request list of all files uploaded to the loaded document store
GetFileListAsync(GetFileListRequest, Metadata, NullableDateTime, CancellationToken) Request list of all files uploaded to the loaded document store
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ImportVectorDB(ImportRequest, CallOptions) 
ImportVectorDB(ImportRequest, Metadata, NullableDateTime, CancellationToken) 
ImportVectorDBAsync(ImportRequest, CallOptions) 
ImportVectorDBAsync(ImportRequest, Metadata, NullableDateTime, CancellationToken) 
LoadModels(LoadModelsRequest, CallOptions) Loads the models and any other backend components before chatting
LoadModels(LoadModelsRequest, Metadata, NullableDateTime, CancellationToken) Loads the models and any other backend components before chatting
LoadModelsAsync(LoadModelsRequest, CallOptions) Loads the models and any other backend components before chatting
LoadModelsAsync(LoadModelsRequest, Metadata, NullableDateTime, CancellationToken) Loads the models and any other backend components before chatting
MemberwiseClone
(Inherited from Object)
NewInstanceCreates a new instance of client from given ClientBaseConfiguration.
(Overrides ClientBase.NewInstance(ClientBaseConfiguration))
RemoveFiles(RemoveFilesRequest, CallOptions) Remove a list of files from RAG doc store
RemoveFiles(RemoveFilesRequest, Metadata, NullableDateTime, CancellationToken) Remove a list of files from RAG doc store
RemoveFilesAsync(RemoveFilesRequest, CallOptions) Remove a list of files from RAG doc store
RemoveFilesAsync(RemoveFilesRequest, Metadata, NullableDateTime, CancellationToken) Remove a list of files from RAG doc store
SayHello(SayHelloRequest, CallOptions) Send a greeting ( For connection testing )
SayHello(SayHelloRequest, Metadata, NullableDateTime, CancellationToken) Send a greeting ( For connection testing )
SayHelloAsync(SayHelloRequest, CallOptions) Send a greeting ( For connection testing )
SayHelloAsync(SayHelloRequest, Metadata, NullableDateTime, CancellationToken) Send a greeting ( For connection testing )
ScoreResumes(ScoreResumesRequest, CallOptions) Custom HR workflow - resume scoring based on job description
ScoreResumes(ScoreResumesRequest, Metadata, NullableDateTime, CancellationToken) Custom HR workflow - resume scoring based on job description
SetModels(SetModelsRequest, CallOptions) Set and load models in the backend given a model path
SetModels(SetModelsRequest, Metadata, NullableDateTime, CancellationToken) Set and load models in the backend given a model path
SetModelsAsync(SetModelsRequest, CallOptions) Set and load models in the backend given a model path
SetModelsAsync(SetModelsRequest, Metadata, NullableDateTime, CancellationToken) Set and load models in the backend given a model path
SetParameters(SetParametersRequest, CallOptions) Change the RAG, LLM, and backend parameters
SetParameters(SetParametersRequest, Metadata, NullableDateTime, CancellationToken) Change the RAG, LLM, and backend parameters
SetParametersAsync(SetParametersRequest, CallOptions) Change the RAG, LLM, and backend parameters
SetParametersAsync(SetParametersRequest, Metadata, NullableDateTime, CancellationToken) Change the RAG, LLM, and backend parameters
StopAddFiles(StopAddFilesRequest, CallOptions) Sends signal to stop the current upload file request
StopAddFiles(StopAddFilesRequest, Metadata, NullableDateTime, CancellationToken) Sends signal to stop the current upload file request
StopAddFilesAsync(StopAddFilesRequest, CallOptions) Sends signal to stop the current upload file request
StopAddFilesAsync(StopAddFilesRequest, Metadata, NullableDateTime, CancellationToken) Sends signal to stop the current upload file request
StopChat(StopChatRequest, CallOptions) Sends signal to safely stop the current chat request
StopChat(StopChatRequest, Metadata, NullableDateTime, CancellationToken) Sends signal to safely stop the current chat request
StopChatAsync(StopChatRequest, CallOptions) Sends signal to safely stop the current chat request
StopChatAsync(StopChatRequest, Metadata, NullableDateTime, CancellationToken) Sends signal to safely stop the current chat request
StopProvider(StopProviderRequest, CallOptions) Stop the service
StopProvider(StopProviderRequest, Metadata, NullableDateTime, CancellationToken) Stop the service
StopProviderAsync(StopProviderRequest, CallOptions) Stop the service
StopProviderAsync(StopProviderRequest, Metadata, NullableDateTime, CancellationToken) Stop the service
ToString
(Inherited from Object)
UnloadModels(UnloadModelsRequest, CallOptions) Unloads models that are in the backend
UnloadModels(UnloadModelsRequest, Metadata, NullableDateTime, CancellationToken) Unloads models that are in the backend
UnloadModelsAsync(UnloadModelsRequest, CallOptions) Unloads models that are in the backend
UnloadModelsAsync(UnloadModelsRequest, Metadata, NullableDateTime, CancellationToken) Unloads models that are in the backend
WithHost
(Inherited from ClientBaseSuperBuilderPyllmSuperBuilderPyllmClient)

See Also