mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Correct a typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user