Skip to content

Commit 4bd3281

Browse files
Update articles/ai-studio/how-to/develop/semantic-kernel.md
Co-authored-by: Tao Chen <[email protected]>
1 parent 98bbd3b commit 4bd3281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/semantic-kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The following code shows how to get embeddings from the service:
213213
214214
```python
215215
embeddings = await embedding_generation_service.generate_embeddings(
216-
text=["My favorite color is blue.", "I love to eat pizza."],
216+
texts=["My favorite color is blue.", "I love to eat pizza."],
217217
)
218218
219219
for embedding in embeddings:

0 commit comments

Comments
 (0)