Skip to content

Commit efc5526

Browse files
authored
Remove C# inproc
1 parent 6f8179d commit efc5526

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

articles/azure-functions/functions-bindings-openai-semanticsearch-input.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,16 @@ zone_pivot_groups: programming-languages-set-functions
1414
The Azure OpenAI semantic search input binding allows you to use semantic search on your embeddings.
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-
::: zone pivot="programming-language-javascript,programming-language-typescript"
18-
> [!NOTE]
19-
> References and examples are only provided for the [Node.js v4 model](./functions-reference-node.md?pivots=nodejs-model-v4).
20-
::: zone-end
21-
::: zone pivot="programming-language-python"
22-
> [!NOTE]
23-
> References and examples are only provided for the [Python v2 model](functions-reference-python.md?pivots=python-mode-decorators#development-options).
24-
::: zone-end
17+
18+
[!INCLUDE [functions-support-notes-samples-openai](../../includes/functions-support-notes-samples-openai.md)]
2519

2620
## Example
2721

2822
::: zone pivot="programming-language-csharp"
29-
A C# function can be created using one of the following C# modes:
30-
31-
[!INCLUDE [dotnet-execution](../../includes/functions-dotnet-execution-model.md)]
32-
33-
### [Isolated process](#tab/isolated-process)
34-
3523
This example shows how to perform a semantic search on a file.
3624

3725
:::code language="csharp" source="~/functions-openai-extension/samples/rag-aisearch/csharp-ooproc/FilePrompt.cs" range="63-70":::
3826

39-
<!--
40-
### [In-process](#tab/in-process)
41-
42-
[!INCLUDE [functions-examples-not-available-note](../../includes/functions-examples-not-available-note.md)] -->
43-
44-
---
45-
4627
::: zone-end
4728
::: zone pivot="programming-language-java"
4829

0 commit comments

Comments
 (0)