You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# After running `azd up`, the following can be found in `.azure/<env name>/.env`
3
+
# Azure AI Search endpoint and index name can be found in Azure Portal. See https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/azure-ai-search?tabs=azurecli%2Cpython&pivots=overview-azure-ai-search
AZURE_AI_AGENT_NAME="" # required if AZURE_AI_AGENT_ID not specified. Example: "agent-template-assistant"
7
+
AZURE_AI_EMBED_DEPLOYMENT_NAME="" # required for index search. Example: "text-embedding-3-small"
8
+
AZURE_AI_EMBED_DIMENSIONS=100# required for index search. Example: 100
9
+
AZURE_AI_SEARCH_CONNECTION_NAME="" # required for index search. Example: "my_search_connection"
10
+
AZURE_AI_SEARCH_ENDPOINT="" # required for index search. Example: "https://my-search-service.search.windows.net"
11
+
AZURE_AI_SEARCH_INDEX_NAME="" # required for index search. Example: "index_sample"
12
+
13
+
# Highly recommended. Example: "asst_AbCdEfGhIjKlMnOpQrStUvWxYz". If not specified, the agent name will be used to find the agent ID. Agent ID can be found by following https://learn.microsoft.com/en-us/azure/ai-services/agents/quickstart?pivots=ai-foundry-portal
0 commit comments