Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Release/promptflow/1.15.0.post1 #3776

Closed
wants to merge 9 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 48 additions & 60 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -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",
@@ -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"
6 changes: 6 additions & 0 deletions docs/cloud/index.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions docs/concepts/concept-connections.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 0 additions & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -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}
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 |
2 changes: 1 addition & 1 deletion docs/reference/tools-reference/llm-tool.md
Original file line number Diff line number Diff line change
@@ -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.

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