Skip to content

Commit

Permalink
Revert "Merge branch 'main' into release/promptflow/1.15.0.post1"
Browse files Browse the repository at this point in the history
This reverts commit b8e56c6, reversing
changes made to 18d49d1.
  • Loading branch information
singankit committed Sep 19, 2024
1 parent b8e56c6 commit 3085b5d
Show file tree
Hide file tree
Showing 138 changed files with 2,064 additions and 1,505,041 deletions.
108 changes: 48 additions & 60 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,67 +54,65 @@
"benchmark/promptflow-serve/result-archive/**"
],
"words": [
"amlignore",
"aoai",
"Apim",
"astext",
"attribited",
"azureai",
"azurecr",
"amlignore",
"mldesigner",
"faiss",
"serp",
"azureml",
"azuremlsdktestpypi",
"Bhavik",
"centralus",
"chatml",
"cref",
"e2etest",
"e2etests",
"mlflow",
"vnet",
"openai",
"pfazure",
"eastus",
"Entra",
"azureai",
"vectordb",
"Qdrant",
"Weaviate",
"env",
"faiss",
"geval",
"e2etests",
"e2etest",
"tablefmt",
"logprobs",
"logit",
"hnsw",
"junit",
"chatml",
"UNLCK",
"KHTML",
"Likert",
"llmlingua",
"logit",
"logprobs",
"meid",
"mgmt",
"MistralAI",
"mldesigner",
"mlflow",
"msal",
"msrest",
"myconn",
"numlines",
"nunit",
"openai",
"pfazure",
"pfbytes",
"pfcli",
"pfutil",
"azurecr",
"centralus",
"Policheck",
"pydata",
"Qdrant",
"azuremlsdktestpypi",
"rediraffe",
"retriable",
"pydata",
"ROBOCOPY",
"serp",
"Summ",
"tablefmt",
"undoc",
"UNLCK",
"upia",
"uvicorn",
"vectordb",
"vnet",
"Weaviate",
"westus",
"retriable",
"pfcli",
"pfutil",
"mgmt",
"wsid",
"Xpia"
"westus",
"msrest",
"cref",
"msal",
"pfbytes",
"Apim",
"junit",
"nunit",
"astext",
"Likert",
"geval",
"Summ",
"Bhavik",
"meid",
"Entra",
"uvicorn",
"attribited",
"MistralAI",
"llmlingua",
"myconn"
],
"ignoreWords": [
"openmpi",
Expand Down Expand Up @@ -244,20 +242,10 @@
"azureopenaimodelconfiguration",
"openaimodelconfiguration",
"usecwd",
"upia",
"xpia",
"locustio",
"euap",
"Rerank",
"rerank",
"reranker",
"rcfile",
"pylintrc",
"gleu",
"Gleu",
"GLEU",
"fmeasure",
"punkt"
"pylintrc"
],
"flagWords": [
"Prompt Flow"
Expand Down
6 changes: 6 additions & 0 deletions docs/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ In prompt flow, You can develop your flow locally and then seamlessly transition

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).

```{toctree}
:caption: Tracing
:maxdepth: 2
azureai/tracing/index
```

```{toctree}
:caption: Flow
:maxdepth: 2
Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/concept-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Prompt flow provides a variety of pre-built connections, including Azure OpenAI,

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

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.
Expand Down
1 change: 0 additions & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ tools-reference/open_model_llm_tool
tools-reference/openai-gpt-4v-tool
tools-reference/contentsafety_text_tool
tools-reference/aoai-gpt4-turbo-vision
tools-reference/rerank-tool
```

```{toctree}
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/pf-command-reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pf

:::{admonition} Experimental feature
This is an experimental feature, and may change at any time. Learn [more](../how-to-guides/faq.md#stable-vs-experimental).
:::

Manage prompt flow resources with the prompt flow CLI.

| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/tools-reference/llm-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create OpenAI resources, Azure OpenAI resources or MaaS deployment with the LLM

- **MaaS deployment**

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)
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)

You can create serverless connection to use this MaaS deployment.

Expand Down
69 changes: 0 additions & 69 deletions docs/reference/tools-reference/rerank-tool.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3085b5d

Please sign in to comment.