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");
23 public override bool IsAutoAssignableLLM(
LLM llmSet)
25 return llmSet.embeddingsOnly;
Class implementing the LLM embedder.
Class implementing helper functions for setup and process management.
Class implementing the LLM server.