Correct a typo

This commit is contained in:
Marco Minerva
2024-08-02 12:24:34 +02:00
parent 3c78af133b
commit 1264b7f502
+1 -1
View File
@@ -24,7 +24,7 @@ builder.Services.AddSqlServer<ApplicationDbContext>(builder.Configuration.GetCon
builder.Services.AddMemoryCache();
// Semantical Kernel is used to generate embeddings and to reformulate questions taking into account all the previous interactions,
// Semantic Kernel is used to generate embeddings and to reformulate questions taking into account all the previous interactions,
// so that embeddings themselves can be generated more accurately.
builder.Services.AddKernel()
.AddAzureOpenAITextEmbeddingGeneration(aiSettings.Embedding.Deployment, aiSettings.Embedding.Endpoint, aiSettings.Embedding.ApiKey)