We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef37919 commit fef25bcCopy full SHA for fef25bc
docs/ai/tutorials/tutorial-ai-vector-search.md
@@ -74,7 +74,7 @@ When you run the app for the first time, it connects to Azure Cosmos DB and repo
74
var jsonString= System.IO.File.ReadAllText(f);
75
Recipe recipe = JsonConvert.DeserializeObject<Recipe>(jsonString);
76
recipe.id = recipe.name.ToLower().Replace(" ", "");
77
- ret.Add(recipe);
+ recipes.Add(recipe);
78
}
79
);
80
0 commit comments