Skip to content

Commit a6309d4

Browse files
committed
Revert "Update functions-bindings-openai-textcompletion-input.md"
This reverts commit 15a1d4f386275cad39330e6962ff61e09552881b.
1 parent 91d9881 commit a6309d4

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

articles/azure-functions/TOC.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -814,37 +814,39 @@
814814
- name: Output
815815
href: functions-bindings-azure-data-explorer-output.md
816816
displayName: Azure Data Explorer
817-
- name: Azure OpenAPI
817+
- name: Azure OpenAI
818818
items:
819819
- name: Overview
820820
href: functions-bindings-openai.md
821-
displayName: OpenAPI
821+
displayName: OpenAI
822822
- name: Assistants
823823
items:
824824
- name: Trigger
825825
href: functions-bindings-openai-assistant-trigger.md
826-
displayName: Assistants
826+
displayName: assistants, OpenAI
827827
- name: Query input
828828
href: functions-bindings-openai-assistantquery-input.md
829-
displayName: Assistants
829+
displayName: assistants, OpenAI
830830
- name: Create output
831831
href: functions-bindings-openai-assistantcreate-output.md
832-
displayName: Assistants
832+
displayName: assistants, OpenAI
833833
- name: Post input
834834
href: functions-bindings-openai-assistantpost-input.md
835-
displayName: Assistants
835+
displayName: assistants, OpenAI
836836
- name: Embeddings
837837
items:
838838
- name: Input
839839
href: functions-bindings-openai-embeddings-input.md
840-
displayName: embeddings
840+
displayName: embeddings, OpenAI
841841
- name: Store output
842842
href: functions-bindings-openai-embeddingsstore-output.md
843-
displayName: embeddings
843+
displayName: embeddings, OpenAI
844844
- name: Semantic search input
845-
href: functions-bindings-openai-semanticsearch-input.md
845+
href: functions-bindings-openai-semanticsearch-input.md
846+
displayName: OpenAI
846847
- name: Text Completion input
847848
href: functions-bindings-openai-textcompletion-input.md
849+
displayName: OpenAI
848850
- name: Azure SQL
849851
items:
850852
- name: Overview

articles/azure-functions/functions-bindings-openai-embeddingsstore-output.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI Embeddings Store Output Binding for Azure Functions
2+
title: Azure OpenAI embeddings store output binding for Azure Functions
33
description: Learn how to use the Azure OpenAI embeddings store output binding to write searchable content to a semantic document store during function execution in Azure Functions.
44
ms.topic: reference
55
ms.date: 05/08/2024
@@ -14,6 +14,7 @@ zone_pivot_groups: programming-languages-set-functions
1414
The Azure OpenAI embeddings store output binding allows you to write files to a semantic document store that can be referenced later in a semantic search.
1515

1616
For information on setup and configuration details of the Azure OpenAI extension, see [Azure OpenAI extensions for Azure Functions](./functions-bindings-openai.md). To learn more about semantic ranking in Azure AI Search, see [Semantic ranking in Azure AI Search](../search/semantic-search-overview.md).
17+
1718
::: zone pivot="programming-language-javascript,programming-language-typescript"
1819
> [!NOTE]
1920
> References and examples are only provided for the [Node.js v4 model](./functions-reference-node.md?pivots=nodejs-model-v4).
@@ -36,9 +37,9 @@ This example writes an HTTP input stream to a semantic document store at the pro
3637

3738
:::code language="csharp" source="~/functions-openai-extension/samples/rag-aisearch/csharp-ooproc/FilePrompt.cs" range="29-61":::
3839

39-
<!-- ### [In-process](#tab/in-process)
40+
### [In-process](#tab/in-process)
4041

41-
[!INCLUDE [functions-examples-not-available-note](../../includes/functions-examples-not-available-note.md)] -->
42+
[!INCLUDE [functions-examples-not-available-note](../../includes/functions-examples-not-available-note.md)]
4243

4344
---
4445

@@ -67,7 +68,6 @@ This example writes an HTTP input stream to a semantic document store at the pro
6768

6869
:::code language="typescript" source="~/functions-openai-extension/samples/rag-aisearch/nodejs/src/app.ts" range="7-38":::
6970

70-
7171
::: zone-end
7272
::: zone pivot="programming-language-powershell"
7373

@@ -81,7 +81,6 @@ For more information about *function.json* file properties, see the [Configurati
8181

8282
:::code language="powershell" source="~/functions-openai-extension/samples/rag-aisearch/powershell/IngestFile/run.ps1" :::
8383

84-
8584
::: zone-end
8685
::: zone pivot="programming-language-python"
8786

@@ -110,7 +109,7 @@ Apply the `EmbeddingsStoreOutput` attribute to define an embeddings store output
110109
::: zone pivot="programming-language-java"
111110
## Annotations
112111

113-
The `EmbeddingsStoreOutput` annotation enables you to define a embeddings store output binding, which supports these parameters:
112+
The `EmbeddingsStoreOutput` annotation enables you to define an embeddings store output binding, which supports these parameters:
114113

115114
| Element | Description |
116115
| ------- | ----------- |

0 commit comments

Comments
 (0)