AICentral.AzureAISearchVectorizer
0.20.5-pullrequest0148-0004
This is a prerelease version of AICentral.AzureAISearchVectorizer.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AICentral.AzureAISearchVectorizer --version 0.20.5-pullrequest0148-0004
NuGet\Install-Package AICentral.AzureAISearchVectorizer -Version 0.20.5-pullrequest0148-0004
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AICentral.AzureAISearchVectorizer" Version="0.20.5-pullrequest0148-0004" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AICentral.AzureAISearchVectorizer --version 0.20.5-pullrequest0148-0004
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AICentral.AzureAISearchVectorizer, 0.20.5-pullrequest0148-0004"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AICentral.AzureAISearchVectorizer as a Cake Addin #addin nuget:?package=AICentral.AzureAISearchVectorizer&version=0.20.5-pullrequest0148-0004&prerelease // Install AICentral.AzureAISearchVectorizer as a Cake Tool #tool nuget:?package=AICentral.AzureAISearchVectorizer&version=0.20.5-pullrequest0148-0004&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AICentral.AzureAISearchVectorizer
A customer vectorizer endpoint enabling Azure AI Search to calculate embeddings using end to end private endpoints, in an architecture leveraging Azure API Management's AI Gateway.
Configuration
dotnet add package AICentral.AzureAISearchVectorizer
builder.Services.AddAICentral(
builder.Configuration,
additionalComponentAssemblies:
[
typeof(AzureAISearchVectorizerProxy).Assembly,
]);
{
"AICentral": {
"RouteProxies": [
{
"Type": "AzureAISearchVectorizerProxy",
"Name": "azureAISearchVectorizer",
"Properties": {
"EmbeddingsDeploymentName": "embeddings",
"ProxyPath": "/aisearchembeddings",
"OpenAIApiVersion": "2024-04-01-preview"
}
}
],
"Pipelines": [
{
"Name": "gpt4o",
"Host": "*",
"EndpointSelector": "endpoint",
"AuthProvider": "anonymous",
"RouteProxies": ["azureAISearchVectorizer"],
"Steps": [
]
}
]
}
}
How does it work?
The middleware exposes a new AI Central Endpoint for a pipeline at the '/ProxyPath' URL, authorised the same was as the rest of the pipeline. This endpoint can be provided to an Azure AI Search instance as a custom vectorizer endpoint to calculate embeddings on AI Search requests.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AICentral.Core (>= 0.20.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.20.5 | 94 | 9/30/2024 |
0.20.5-pullrequest0148-0004 | 124 | 9/30/2024 |
0.20.5-pullrequest0148-0002 | 58 | 9/30/2024 |
0.20.3 | 102 | 9/5/2024 |
0.20.3-pullrequest0146-0005 | 84 | 9/5/2024 |
0.20.3-pullrequest0146-0004 | 83 | 9/5/2024 |
0.20.2 | 91 | 9/4/2024 |
0.20.2-pullrequest0145-0004 | 74 | 9/4/2024 |
0.20.2-pullrequest0145-0003 | 77 | 9/4/2024 |
0.20.0 | 109 | 8/17/2024 |
0.20.0-pullrequest0143-0013 | 96 | 8/17/2024 |
0.20.0-pullrequest0143-0012 | 88 | 8/17/2024 |
0.20.0-pullrequest0143-0011 | 85 | 8/17/2024 |
0.20.0-pullrequest0143-0010 | 96 | 8/17/2024 |
0.20.0-pullrequest0143-0009 | 99 | 8/17/2024 |
0.19.6-pullrequest0143-0008 | 96 | 8/17/2024 |
0.19.3 | 66 | 7/29/2024 |
0.19.3-pullrequest0139-0004 | 60 | 7/29/2024 |
0.19.3-pullrequest0139-0003 | 49 | 7/29/2024 |