Skip to content

Commit 3085b5d

Browse files
committed
Revert "Merge branch 'main' into release/promptflow/1.15.0.post1"
This reverts commit b8e56c6, reversing changes made to 18d49d1.
1 parent b8e56c6 commit 3085b5d

File tree

138 files changed

+2064
-1505041
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+2064
-1505041
lines changed

.cspell.json

Lines changed: 48 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -54,67 +54,65 @@
5454
"benchmark/promptflow-serve/result-archive/**"
5555
],
5656
"words": [
57-
"amlignore",
5857
"aoai",
59-
"Apim",
60-
"astext",
61-
"attribited",
62-
"azureai",
63-
"azurecr",
58+
"amlignore",
59+
"mldesigner",
60+
"faiss",
61+
"serp",
6462
"azureml",
65-
"azuremlsdktestpypi",
66-
"Bhavik",
67-
"centralus",
68-
"chatml",
69-
"cref",
70-
"e2etest",
71-
"e2etests",
63+
"mlflow",
64+
"vnet",
65+
"openai",
66+
"pfazure",
7267
"eastus",
73-
"Entra",
68+
"azureai",
69+
"vectordb",
70+
"Qdrant",
71+
"Weaviate",
7472
"env",
75-
"faiss",
76-
"geval",
73+
"e2etests",
74+
"e2etest",
75+
"tablefmt",
76+
"logprobs",
77+
"logit",
7778
"hnsw",
78-
"junit",
79+
"chatml",
80+
"UNLCK",
7981
"KHTML",
80-
"Likert",
81-
"llmlingua",
82-
"logit",
83-
"logprobs",
84-
"meid",
85-
"mgmt",
86-
"MistralAI",
87-
"mldesigner",
88-
"mlflow",
89-
"msal",
90-
"msrest",
91-
"myconn",
9282
"numlines",
93-
"nunit",
94-
"openai",
95-
"pfazure",
96-
"pfbytes",
97-
"pfcli",
98-
"pfutil",
83+
"azurecr",
84+
"centralus",
9985
"Policheck",
100-
"pydata",
101-
"Qdrant",
86+
"azuremlsdktestpypi",
10287
"rediraffe",
103-
"retriable",
88+
"pydata",
10489
"ROBOCOPY",
105-
"serp",
106-
"Summ",
107-
"tablefmt",
10890
"undoc",
109-
"UNLCK",
110-
"upia",
111-
"uvicorn",
112-
"vectordb",
113-
"vnet",
114-
"Weaviate",
115-
"westus",
91+
"retriable",
92+
"pfcli",
93+
"pfutil",
94+
"mgmt",
11695
"wsid",
117-
"Xpia"
96+
"westus",
97+
"msrest",
98+
"cref",
99+
"msal",
100+
"pfbytes",
101+
"Apim",
102+
"junit",
103+
"nunit",
104+
"astext",
105+
"Likert",
106+
"geval",
107+
"Summ",
108+
"Bhavik",
109+
"meid",
110+
"Entra",
111+
"uvicorn",
112+
"attribited",
113+
"MistralAI",
114+
"llmlingua",
115+
"myconn"
118116
],
119117
"ignoreWords": [
120118
"openmpi",
@@ -244,20 +242,10 @@
244242
"azureopenaimodelconfiguration",
245243
"openaimodelconfiguration",
246244
"usecwd",
247-
"upia",
248-
"xpia",
249245
"locustio",
250246
"euap",
251-
"Rerank",
252-
"rerank",
253-
"reranker",
254247
"rcfile",
255-
"pylintrc",
256-
"gleu",
257-
"Gleu",
258-
"GLEU",
259-
"fmeasure",
260-
"punkt"
248+
"pylintrc"
261249
],
262250
"flagWords": [
263251
"Prompt Flow"

docs/cloud/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ In prompt flow, You can develop your flow locally and then seamlessly transition
2727

2828
For more resources on Azure AI, visit the cloud documentation site: [Build AI solutions with prompt flow](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/get-started-prompt-flow?view=azureml-api-2).
2929

30+
```{toctree}
31+
:caption: Tracing
32+
:maxdepth: 2
33+
azureai/tracing/index
34+
```
35+
3036
```{toctree}
3137
:caption: Flow
3238
:maxdepth: 2

docs/concepts/concept-connections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Prompt flow provides a variety of pre-built connections, including Azure OpenAI,
1111

1212
| Connection type | Built-in tools |
1313
| ------------------------------------------------------------ | ------------------------------- |
14-
| [Azure OpenAI](https://azure.microsoft.com/products/cognitive-services/openai-service) | LLM or Python |
14+
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/cognitive-services/openai-service) | LLM or Python |
1515
| [OpenAI](https://openai.com/) | LLM or Python |
16-
| [Cognitive Search](https://azure.microsoft.com/products/search) | Vector DB Lookup or Python |
16+
| [Cognitive Search](https://azure.microsoft.com/en-us/products/search) | Vector DB Lookup or Python |
1717
| [Serp](https://serpapi.com/) | Serp API or Python |
18-
| [Serverless](https://learn.microsoft.com/azure/ai-studio/concepts/deployments-overview#deploy-models-as-serverless-apis) | LLM or Python |
18+
| [Serverless](https://learn.microsoft.com/en-us/azure/ai-studio/concepts/deployments-overview#deploy-models-with-model-as-a-service-maas) | LLM or Python |
1919
| Custom | Python |
2020

2121
By leveraging connections in prompt flow, you can easily establish and manage connections to external APIs and data sources, facilitating efficient data exchange and interaction within their AI applications.

docs/reference/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ tools-reference/open_model_llm_tool
6666
tools-reference/openai-gpt-4v-tool
6767
tools-reference/contentsafety_text_tool
6868
tools-reference/aoai-gpt4-turbo-vision
69-
tools-reference/rerank-tool
7069
```
7170

7271
```{toctree}

docs/reference/pf-command-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# pf
22

3+
:::{admonition} Experimental feature
4+
This is an experimental feature, and may change at any time. Learn [more](../how-to-guides/faq.md#stable-vs-experimental).
5+
:::
6+
37
Manage prompt flow resources with the prompt flow CLI.
48

59
| Command | Description |

docs/reference/tools-reference/llm-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create OpenAI resources, Azure OpenAI resources or MaaS deployment with the LLM
2525

2626
- **MaaS deployment**
2727

28-
Create MaaS deployment for models in Azure AI Studio model catalog with [instruction](https://learn.microsoft.com/azure/ai-studio/concepts/deployments-overview#deploy-models-as-serverless-apis)
28+
Create MaaS deployment for models in Azure AI Studio model catalog with [instruction](https://learn.microsoft.com/en-us/azure/ai-studio/concepts/deployments-overview#deploy-models-with-model-as-a-service-maas)
2929

3030
You can create serverless connection to use this MaaS deployment.
3131

docs/reference/tools-reference/rerank-tool.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

examples/flows/integrations/continuous-monitoring-with-pipeline/README.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

examples/flows/integrations/continuous-monitoring-with-pipeline/flows/standard/simple-summarization/flow.dag.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

examples/flows/integrations/continuous-monitoring-with-pipeline/flows/standard/simple-summarization/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)