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 98bbd3b commit 4bd3281Copy full SHA for 4bd3281
articles/ai-studio/how-to/develop/semantic-kernel.md
@@ -213,7 +213,7 @@ The following code shows how to get embeddings from the service:
213
214
```python
215
embeddings = await embedding_generation_service.generate_embeddings(
216
- text=["My favorite color is blue.", "I love to eat pizza."],
+ texts=["My favorite color is blue.", "I love to eat pizza."],
217
)
218
219
for embedding in embeddings:
0 commit comments