diff --git a/SqlDatabaseVectorSearch/Program.cs b/SqlDatabaseVectorSearch/Program.cs index 5fa8b0d..77be2b3 100644 --- a/SqlDatabaseVectorSearch/Program.cs +++ b/SqlDatabaseVectorSearch/Program.cs @@ -24,7 +24,7 @@ builder.Services.AddSqlServer(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)