diff --git a/docs/Examples/GetEmbeddings.md b/docs/Examples/GetEmbeddings.md index e827271f..d9dc90fc 100644 --- a/docs/Examples/GetEmbeddings.md +++ b/docs/Examples/GetEmbeddings.md @@ -14,7 +14,7 @@ public class GetEmbeddings { Console.Write("Please input your model path: "); string modelPath = Console.ReadLine(); - var embedder = new LLamaEmbedder(new ModelParams(modelPath)); + var embedder = new LLamaEmbedder(new ModelParams(modelPath)) { EmbeddingMode = true }; while (true) {