Skip to content

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.

Signed-off-by: Anush008 <anushshetty90@gmail.com>
        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)

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
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Anush008 and others added 2 commits January 16, 2025 20:40
Signed-off-by: Anush008 <anushshetty90@gmail.com>
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.

5 participants