File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ Find the sample code with resource provisioning on [GitHub](https://github.com/A
146146 ` ` ` ini
147147 # Azure OpenAI Embedding Settings
148148 AZURE_OPENAI_EMBEDDING_MODEL=text-embedding-3-small
149- AZURE_OPENAI_EMBEDDING_API_VERSION=2024-08-01-preview
150149 AZURE_OPENAI_EMBEDDING_ENDPOINT=
151150
152151 # Cosmos DB configuration
@@ -162,6 +161,9 @@ Find the sample code with resource provisioning on [GitHub](https://github.com/A
162161 VECTOR_ALGORITHM=diskann
163162 ` ` `
164163
164+ > [! NOTE]
165+ > The Go ` azopenai` SDK manages API versioning internally. No API version environment variable is needed.
166+
165167 Replace the placeholder values in the ` .env` file with your own information:
166168 - ` AZURE_OPENAI_EMBEDDING_ENDPOINT` : Your Azure OpenAI resource endpoint URL
167169 - ` AZURE_COSMOSDB_ENDPOINT` : Your Azure Cosmos DB endpoint URL
You can’t perform that action at this time.
0 commit comments