| AddFeedback(AddFeedbackRequest, CallOptions) |
Vector store user feedback to improve future responses
|
| AddFeedback(AddFeedbackRequest, Metadata, NullableDateTime, CancellationToken) |
Vector store user feedback to improve future responses
|
| AddFeedbackAsync(AddFeedbackRequest, CallOptions) |
Vector store user feedback to improve future responses
|
| AddFeedbackAsync(AddFeedbackRequest, Metadata, NullableDateTime, CancellationToken) |
Vector store user feedback 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 | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| ExportVectorDB(ExportRequest, CallOptions) | |
| ExportVectorDB(ExportRequest, Metadata, NullableDateTime, CancellationToken) | |
| ExportVectorDBAsync(ExportRequest, CallOptions) | |
| ExportVectorDBAsync(ExportRequest, Metadata, NullableDateTime, CancellationToken) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetActiveMCPAgents(GetActiveMCPAgentsRequest, CallOptions) |
MCP Agent RPCs
|
| GetActiveMCPAgents(GetActiveMCPAgentsRequest, Metadata, NullableDateTime, CancellationToken) |
MCP Agent RPCs
|
| GetActiveMCPAgentsAsync(GetActiveMCPAgentsRequest, CallOptions) |
MCP Agent RPCs
|
| GetActiveMCPAgentsAsync(GetActiveMCPAgentsRequest, Metadata, NullableDateTime, CancellationToken) |
MCP Agent RPCs
|
| GetActiveMCPServers(GetActiveMCPServersRequest, CallOptions) |
MCP Server RPCs
|
| GetActiveMCPServers(GetActiveMCPServersRequest, Metadata, NullableDateTime, CancellationToken) |
MCP Server RPCs
|
| GetActiveMCPServersAsync(GetActiveMCPServersRequest, CallOptions) |
MCP Server RPCs
|
| GetActiveMCPServersAsync(GetActiveMCPServersRequest, Metadata, NullableDateTime, CancellationToken) |
MCP Server RPCs
|
| 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 | Serves as the default hash function. (Inherited from Object) |
| GetMCPServerTools(GetMCPServerToolsRequest, CallOptions) | |
| GetMCPServerTools(GetMCPServerToolsRequest, Metadata, NullableDateTime, CancellationToken) | |
| GetMCPServerToolsAsync(GetMCPServerToolsRequest, CallOptions) | |
| GetMCPServerToolsAsync(GetMCPServerToolsRequest, Metadata, NullableDateTime, CancellationToken) | |
| GetType | Gets the Type of the current instance. (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 | Creates a shallow copy of the current Object. (Inherited from Object) |
| NewInstance | Creates 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 )
|
| ScoreDocuments(ScoreDocumentsRequest, CallOptions) | |
| ScoreDocuments(ScoreDocumentsRequest, Metadata, NullableDateTime, CancellationToken) | |
| ScoreResumes(ScoreResumesRequest, CallOptions) |
Various custom workflow APIs
|
| ScoreResumes(ScoreResumesRequest, Metadata, NullableDateTime, CancellationToken) |
Various custom workflow APIs
|
| 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
|
| StartMCPAgent(StartMCPAgentRequest, CallOptions) | |
| StartMCPAgent(StartMCPAgentRequest, Metadata, NullableDateTime, CancellationToken) | |
| StartMCPAgentAsync(StartMCPAgentRequest, CallOptions) | |
| StartMCPAgentAsync(StartMCPAgentRequest, Metadata, NullableDateTime, CancellationToken) | |
| StartMCPServer(StartMCPServerRequest, CallOptions) | |
| StartMCPServer(StartMCPServerRequest, Metadata, NullableDateTime, CancellationToken) | |
| StartMCPServerAsync(StartMCPServerRequest, CallOptions) | |
| StartMCPServerAsync(StartMCPServerRequest, Metadata, NullableDateTime, CancellationToken) | |
| 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
|
| StopMCPAgent(StopMCPAgentRequest, CallOptions) | |
| StopMCPAgent(StopMCPAgentRequest, Metadata, NullableDateTime, CancellationToken) | |
| StopMCPAgentAsync(StopMCPAgentRequest, CallOptions) | |
| StopMCPAgentAsync(StopMCPAgentRequest, Metadata, NullableDateTime, CancellationToken) | |
| StopMCPServer(StopMCPServerRequest, CallOptions) | |
| StopMCPServer(StopMCPServerRequest, Metadata, NullableDateTime, CancellationToken) | |
| StopMCPServerAsync(StopMCPServerRequest, CallOptions) | |
| StopMCPServerAsync(StopMCPServerRequest, Metadata, NullableDateTime, CancellationToken) | |
| 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 | Returns a string that represents the current object. (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
|
| ValidateModel(ValidateModelRequest, CallOptions) | |
| ValidateModel(ValidateModelRequest, Metadata, NullableDateTime, CancellationToken) | |
| ValidateModelAsync(ValidateModelRequest, CallOptions) | |
| ValidateModelAsync(ValidateModelRequest, Metadata, NullableDateTime, CancellationToken) | |
| WithHost |
Creates a new client that sets host field for calls explicitly.
gRPC supports multiple "hosts" being served by a single server.
By default (if a client was not created by calling this method),
host null with the meaning "use default host" is used.
(Inherited from ClientBaseSuperBuilderPyllmSuperBuilderPyllmClient) |