-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Expand file tree
/
Copy path.openpublishing.redirection.ai.json
More file actions
103 lines (103 loc) · 3.6 KB
/
.openpublishing.redirection.ai.json
File metadata and controls
103 lines (103 loc) · 3.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"redirections": [
{
"source_path_from_root": "/docs/ai/advanced/sample-implementations.md",
"redirect_url": "/dotnet/ai/ichatclient"
},
{
"source_path_from_root": "/docs/ai/azure-ai-for-dotnet-developers.md",
"redirect_url": "/dotnet/ai/resources/azure-ai"
},
{
"source_path_from_root": "/docs/ai/ai-extensions.md",
"redirect_url": "/dotnet/ai/microsoft-extensions-ai",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/conceptual/evaluation-libraries.md",
"redirect_url": "/dotnet/ai/evaluation/libraries",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/conceptual/understanding-openai-functions.md",
"redirect_url": "/dotnet/ai/conceptual/ai-tools",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/get-started/dotnet-ai-overview.md",
"redirect_url": "/dotnet/ai/overview",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/how-to/app-service-db-auth.md",
"redirect_url": "/dotnet/ai"
},
{
"source_path_from_root": "/docs/ai/how-to/use-redis-for-memory.md",
"redirect_url": "/dotnet/ai"
},
{
"source_path_from_root": "/docs/ai/how-to/work-with-local-models.md",
"redirect_url": "/dotnet/ai"
},
{
"source_path_from_root": "/docs/ai/quickstarts/evaluate-ai-response.md",
"redirect_url": "/dotnet/ai/evaluation/evaluate-ai-response",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/quickstarts/get-started-azure-openai.md",
"redirect_url": "/dotnet/ai/quickstarts/build-chat-app"
},
{
"source_path_from_root": "/docs/ai/quickstarts/get-started-openai.md",
"redirect_url": "/dotnet/ai/quickstarts/build-chat-app"
},
{
"source_path_from_root": "/docs/ai/quickstarts/quickstart-ai-chat-with-data.md",
"redirect_url": "/dotnet/ai/quickstarts/build-vector-search-app"
},
{
"source_path_from_root": "/docs/ai/quickstarts/quickstart-assistants.md",
"redirect_url": "/dotnet/ai/quickstarts/create-assistant",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/quickstarts/quickstart-azure-openai-tool.md",
"redirect_url": "/dotnet/ai/quickstarts/use-function-calling"
},
{
"source_path_from_root": "/docs/ai/quickstarts/quickstart-local-ai.md",
"redirect_url": "/dotnet/ai/quickstarts/chat-local-model",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/quickstarts/quickstart-openai-generate-images.md",
"redirect_url": "/dotnet/ai/quickstarts/generate-images",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/quickstarts/quickstart-openai-summarize-text.md",
"redirect_url": "/dotnet/ai/quickstarts/prompt-model",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/semantic-kernel-dotnet-overview.md",
"redirect_url": "/semantic-kernel/overview"
},
{
"source_path_from_root": "/docs/ai/tutorials/llm-eval.md",
"redirect_url": "/dotnet/ai/evaluation/evaluate-ai-response"
},
{
"source_path_from_root": "/docs/ai/tutorials/evaluate-safety.md",
"redirect_url": "/dotnet/ai/evaluation/evaluate-safety",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/ai/tutorials/evaluate-with-reporting.md",
"redirect_url": "/dotnet/ai/evaluation/evaluate-with-reporting",
"redirect_document_id": true
}
]
}