@@ -49,43 +49,55 @@ items:
49
49
href : ./concepts/use-your-data.md
50
50
- name : How-to
51
51
items :
52
- - name : Resource creation & model deployment
53
- href : ./how-to/create-resource.md
52
+ - name : Completions & chat completions
53
+ items :
54
54
- name : GPT-35-Turbo & GPT-4
55
55
href : ./how-to/chatgpt.md
56
56
displayName : ChatGPT, chatgpt
57
- - name : Work with function calling
57
+ - name : Function calling
58
58
href : ./how-to/function-calling.md
59
59
- name : Completions
60
60
href : ./how-to/completions.md
61
- - name : OpenAI vs Azure OpenAI (Python)
62
- href : ./how-to/switching-endpoints.md
63
- - name : Configure content filters
64
- href : ./how-to/content-filters.md
65
- - name : Work with code (Codex)
61
+ - name : Work with code
66
62
href : ./how-to/work-with-code.md
67
- - name : Generate embeddings
68
- href : ./how-to/embeddings.md
69
- - name : Prepare dataset
70
- href : ./how-to/prepare-dataset.md
71
- - name : Fine-tuning your model
72
- href : ./how-to/fine-tuning.md
73
- - name : Manage identity
74
- href : ./how-to/managed-identity.md
75
- - name : Manage quota
76
- href : ./how-to/quota.md
77
- - name : Use virtual networks
78
- href : ../cognitive-services-virtual-networks.md?context=/azure/ai-services/openai/context/context
79
63
- name : Use with large datasets
80
64
href : ./how-to/integrate-synapseml.md
81
- - name : Encryption of data at rest
82
- href : encrypt-data-at-rest.md
83
- - name : Business continuity & disaster recovery (BCDR)
84
- href : ./how-to/business-continuity-disaster-recovery.md
85
- - name : Monitor Azure OpenAI
86
- href : ./how-to/monitoring.md
87
- - name : Plan and manage costs
88
- href : ./how-to/manage-costs.md
65
+ - name : Content filtering
66
+ href : ./how-to/content-filters.md
67
+ - name : Embeddings
68
+ items :
69
+ - name : Embeddings basics
70
+ href : ./how-to/embeddings.md
71
+ - name : Getting started with embeddings (Python)
72
+ href : ./tutorials/embeddings.md
73
+ - name : Fine-tuning
74
+ items :
75
+ - name : Prepare dataset
76
+ href : ./how-to/prepare-dataset.md
77
+ - name : Fine-tuning your model
78
+ href : ./how-to/fine-tuning.md
79
+ - name : Networking & security
80
+ items :
81
+ - name : Use virtual networks
82
+ href : ../cognitive-services-virtual-networks.md?context=/azure/ai-services/openai/context/context
83
+ - name : Encryption of data at rest
84
+ href : encrypt-data-at-rest.md
85
+ - name : Manage identity
86
+ href : ./how-to/managed-identity.md
87
+ - name : Service management
88
+ items :
89
+ - name : Resource creation & model deployment
90
+ href : ./how-to/create-resource.md
91
+ - name : OpenAI vs Azure OpenAI (Python)
92
+ href : ./how-to/switching-endpoints.md
93
+ - name : Manage quota
94
+ href : ./how-to/quota.md
95
+ - name : Monitor Azure OpenAI
96
+ href : ./how-to/monitoring.md
97
+ - name : Plan and manage costs
98
+ href : ./how-to/manage-costs.md
99
+ - name : Business continuity & disaster recovery (BCDR)
100
+ href : ./how-to/business-continuity-disaster-recovery.md
89
101
- name : Tutorials
90
102
items :
91
103
- name : Embeddings
0 commit comments