7 [DefaultExecutionOrder(-2)]
14 protected override void SetLLM(
LLM llmSet)
17 if (llmSet !=
null && !llmSet.embeddingsOnly)
19 LLMUnitySetup.LogWarning($
"The LLM {llmSet.name} set for LLMEmbeddings {gameObject.name} is not an embeddings-only model, accuracy may be sub-optimal");
25 return llmSet.embeddingsOnly;
Class implementing calling of LLM functions (local and remote).
Class implementing the LLM embedder.
override bool IsAutoAssignableLLM(LLM llmSet)
Checks if a LLM can be auto-assigned if the LLM of the LLMCaller is null.
Class implementing helper functions for setup and process management.
Class implementing the LLM server.