-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
.Net: Bump Azure.Search.Documents from 11.5.0-beta.4 to 11.5.0-beta.5 in /dotnet #3106
Merged
dmytrostruk
merged 7 commits into
main
from
dependabot/nuget/dotnet/Azure.Search.Documents-11.5.0-beta.5
Oct 10, 2023
Merged
.Net: Bump Azure.Search.Documents from 11.5.0-beta.4 to 11.5.0-beta.5 in /dotnet #3106
dmytrostruk
merged 7 commits into
main
from
dependabot/nuget/dotnet/Azure.Search.Documents-11.5.0-beta.5
Oct 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [Azure.Search.Documents](https://github.com/Azure/azure-sdk-for-net) from 11.5.0-beta.4 to 11.5.0-beta.5. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Search.Documents_11.5.0-beta.4...Azure.Search.Documents_11.5.0-beta.5) --- updated-dependencies: - dependency-name: Azure.Search.Documents dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
.NET
Issue or Pull requests regarding .NET code
dependencies
Pull requests that update a dependency file. Used by Dependabot.
labels
Oct 9, 2023
github-actions
bot
changed the title
Bump Azure.Search.Documents from 11.5.0-beta.4 to 11.5.0-beta.5 in /dotnet
.Net: Bump Azure.Search.Documents from 11.5.0-beta.4 to 11.5.0-beta.5 in /dotnet
Oct 9, 2023
shawncal
added
kernel
Issues or pull requests impacting the core kernel
memory connector
labels
Oct 10, 2023
…eta.5' of https://github.com/microsoft/semantic-kernel into dependabot/nuget/dotnet/Azure.Search.Documents-11.5.0-beta.5
dmytrostruk
approved these changes
Oct 10, 2023
markwallace-microsoft
approved these changes
Oct 10, 2023
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Oct 10, 2023
dmytrostruk
deleted the
dependabot/nuget/dotnet/Azure.Search.Documents-11.5.0-beta.5
branch
October 10, 2023 12:13
SOE-YoungS
pushed a commit
to SOE-YoungS/semantic-kernel
that referenced
this pull request
Nov 1, 2023
… in /dotnet (microsoft#3106) Bumps [Azure.Search.Documents](https://github.com/Azure/azure-sdk-for-net) from 11.5.0-beta.4 to 11.5.0-beta.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-net/releases">Azure.Search.Documents's releases</a>.</em></p> <blockquote> <h2>Azure.Search.Documents_11.5.0-beta.5</h2> <h2>11.5.0-beta.5 (2023-10-09)</h2> <h3>Features Added</h3> <ul> <li>Added support for <code>VectorSearch.Vectorizers</code>, which contains configuration options for vectorizing text vector queries, and <code>VectorSearch.Profiles</code>, which define combinations of configurations to use with vector search.</li> <li>Added the <code>VectorSearchAlgorithmConfiguration</code> base type, containing configuration options specific to the algorithm used during indexing and/or querying. Derived classes include <code>ExhaustiveKnnVectorSearchAlgorithmConfiguration</code> and <code>HnswVectorSearchAlgorithmConfiguration</code>.</li> <li>Added the <code>SearchOptions.VectorQueries</code> base type, which is used for the query parameters for vector and hybrid search queries. Derived classes include <code>VectorizableTextQuery</code> and <code>RawVectorQuery</code>. With <code>RawVectorQuery</code>, users can pass raw vector values for vector search, while <code>VectorizableTextQuery</code> allows the passing of text values to be vectorized for vector search.</li> <li>Added <code>SearchOptions.VectorFilterMode</code>, determining whether filters are applied before or after vector search is executed.</li> <li>Added <code>SearchOptions.SemanticQuery</code>, which enables the setting of a dedicated search query for semantic reranking, semantic captions, and semantic answers.</li> <li>Added support for <code>AzureOpenAIEmbeddingSkill</code>, which enables the generation of vector embeddings for given text inputs using the Azure Open AI service.</li> <li>Added <code>SearchIndexStatistics.VectorIndexSize</code>, which reports the amount of memory consumed by vectors in the index.</li> <li>Added <code>KnowledgeStore.Parameters</code>, which defines a dictionary of knowledge store-specific configuration properties.</li> <li>Added <code>SearchIndexerSkillset.IndexProjections</code>, which specifies additional projections to secondary search indexes.</li> </ul> <h3>Breaking Changes</h3> <ul> <li>In <code>SearchOptions</code>, the <code>IList<SearchQueryVector> Vectors</code> property has been removed in favor of the abstract base type <code>IList<VectorQuery> VectorQueries</code>.</li> <li>In <code>SearchField</code>, the <code>vectorSearchConfiguration</code> property has been removed in favor of the new <code>VectorSearchProfile</code> property.</li> <li>In <code>VectorSearch</code>, <code>AlgorithmConfigurations</code> has been renamed to <code>Algorithms</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/d9948ec7486522c984de37228e1d6e33209c01b6"><code>d9948ec</code></a> [WebPubSubClient] Parsing message returns IList (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39137">#39137</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/ff337a1ce38c57f770d28a36198d90ad7be27f80"><code>ff337a1</code></a> Update Generator Version 3.0.0-beta.20231008.2 (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39148">#39148</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/debd13fc64421b8cd69804ba6d588cb9b999ea75"><code>debd13f</code></a> Update AutoRest C# version to 3.0.0-beta.20231008.1 (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39143">#39143</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/495c70d15bc9e8b23aae3e16d79da22616289078"><code>495c70d</code></a> use directive to set api-version as client for Resources_GetById (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39141">#39141</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/98b399f9187013d9f7a7ad8ca6f7bee996f19da1"><code>98b399f</code></a> fix pageable operation issue in purview administration library (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39009">#39009</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/8ae2ca593e875c356046c74aa61e360f5e2a2017"><code>8ae2ca5</code></a> Increment package version after release of Azure.ResourceManager.ContainerSer...</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/4e63f115016901fcbd7be090d604f4b16a3c0908"><code>4e63f11</code></a> Release Azure.ResourceManager.ContainerServiceFleet (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39106">#39106</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/7cb32da479914e7e411cb4e9d0bb879731289a52"><code>7cb32da</code></a> [Storage][DataMovement] Update checkpointer to read/write to job file - Part ...</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/138c985df599da2adb13c3a4b29b35c31af94190"><code>138c985</code></a> Update ChangeLog file (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39125">#39125</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/d9169db9e16dbec4be43bcc8d8c193de1e6020a6"><code>d9169db</code></a> Adding CorrelationId to TranscriptionMetadata (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/39130">#39130</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-net/compare/Azure.Search.Documents_11.5.0-beta.4...Azure.Search.Documents_11.5.0-beta.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Search.Documents&package-manager=nuget&previous-version=11.5.0-beta.4&new-version=11.5.0-beta.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file. Used by Dependabot.
kernel
Issues or pull requests impacting the core kernel
memory connector
.NET
Issue or Pull requests regarding .NET code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Azure.Search.Documents from 11.5.0-beta.4 to 11.5.0-beta.5.
Release notes
Sourced from Azure.Search.Documents's releases.
Commits
d9948ec
[WebPubSubClient] Parsing message returns IList (#39137)ff337a1
Update Generator Version 3.0.0-beta.20231008.2 (#39148)debd13f
Update AutoRest C# version to 3.0.0-beta.20231008.1 (#39143)495c70d
use directive to set api-version as client for Resources_GetById (#39141)98b399f
fix pageable operation issue in purview administration library (#39009)8ae2ca5
Increment package version after release of Azure.ResourceManager.ContainerSer...4e63f11
Release Azure.ResourceManager.ContainerServiceFleet (#39106)7cb32da
[Storage][DataMovement] Update checkpointer to read/write to job file - Part ...138c985
Update ChangeLog file (#39125)d9169db
Adding CorrelationId to TranscriptionMetadata (#39130)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)