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 bb349ba commit 95e77fbCopy full SHA for 95e77fb
articles/search/vector-search-how-to-generate-embeddings.md
@@ -53,7 +53,7 @@ openai.api_base = "https://YOUR-OPENAI-RESOURCE.openai.azure.com"
53
openai.api_version = "2024-02-01"
54
55
response = openai.Embedding.create(
56
- input="How do I use Python in VSCode?",
+ input="How do I use Python in VS Code?",
57
engine="text-embedding-ada-002"
58
)
59
embeddings = response['data'][0]['embedding']
0 commit comments