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

v1.13.0 #77

Merged
merged 6 commits into from
Jan 17, 2025
Merged

v1.13.0 #77

merged 6 commits into from
Jan 17, 2025

Conversation

Anush008
Copy link
Member

@Anush008 Anush008 commented Jan 15, 2025

Description

Adds support for the upcoming release.

Had to include 658030a to fix CI.

v1.13.0

Verified

This commit was signed with the committer’s verified signature.
Anush008 Anush
Signed-off-by: Anush008 <anushshetty90@gmail.com>
with:

Verified

This commit was signed with the committer’s verified signature.
Anush008 Anush
        dotnet-version: 6.x

Signed-off-by: Anush008 <anushshetty90@gmail.com>
@Anush008 Anush008 requested a review from timvisee January 15, 2025 10:44
Copy link
Contributor

@IvanPleshkov IvanPleshkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see in protofiles a new field strict_mode_config:

message UpdateCollection {
  string collection_name = 1; // Name of the collection
...
  optional StrictModeConfig strict_mode_config = 9; // New strict mode configuration
}

But I don't see it in QDrantClient.cs

	public Task UpdateCollectionAsync(
		string collectionName,
		VectorParamsDiff vectorsConfig,
		OptimizersConfigDiff? optimizersConfig = null,
		CollectionParamsDiff? collectionParams = null,
		HnswConfigDiff? hnswConfig = null,
		QuantizationConfigDiff? quantizationConfig = null,
		SparseVectorConfig? sparseVectorsConfig = null,
		TimeSpan? timeout = null,
		CancellationToken cancellationToken = default)

Verified

This commit was signed with the committer’s verified signature.
Anush008 Anush
Signed-off-by: Anush008 <anushshetty90@gmail.com>
@Anush008 Anush008 requested a review from IvanPleshkov January 15, 2025 17:04
@Anush008
Copy link
Member Author

Thanks for the save Ivan.

@russcam russcam mentioned this pull request Jan 15, 2025

Verified

This commit was signed with the committer’s verified signature.
Anush008 Anush
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Anush008 and others added 2 commits January 16, 2025 20:40

Verified

This commit was signed with the committer’s verified signature.
Anush008 Anush
Signed-off-by: Anush008 <anushshetty90@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Co-authored-by: Anush  <anushshetty90@gmail.com>
@Anush008 Anush008 merged commit 6233b9a into main Jan 17, 2025
2 checks passed
@Anush008 Anush008 deleted the 1-13-0 branch January 17, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants