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.8.0 #46

Merged
merged 4 commits into from
Mar 6, 2024
Merged

v1.8.0 #46

merged 4 commits into from
Mar 6, 2024

Conversation

Anush008
Copy link
Member

@Anush008 Anush008 commented Mar 4, 2024

  • CollectionExistsAsync
  • Key param for SetPayloadAsync, OverwritePayloadAsync.
  • OrderBy param for ScrollAsync
  • Helpers to build DatetimeRange, OrderBy, StartFrom.
  • Tests

@@ -61,7 +61,7 @@

Directory.CreateDirectory(protosTagDir);
Console.WriteLine($"Downloading protos for tag {qdrantVersion} to {protosTagDir}");
var url = $"https://api.github.com/repos/qdrant/qdrant/tarball/refs/tags/{qdrantVersion}";
var url = $"https://api.github.com/repos/qdrant/qdrant/tarball/{qdrantVersion}";
Copy link
Member Author

Choose a reason for hiding this comment

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

This works for branches/tags/commits as we expect.

try
{

if (await CollectionExistsAsync(collectionName, cancellationToken).ConfigureAwait(false))
Copy link
Contributor

Choose a reason for hiding this comment

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

great finding!

@Anush008
Copy link
Member Author

Anush008 commented Mar 6, 2024

Hi @russcam. We'll merge this. Please let us know if there should've been any changes.

@Anush008 Anush008 merged commit 6dd9436 into main Mar 6, 2024
2 checks passed
@Anush008 Anush008 deleted the v1.8.0 branch March 6, 2024 13:23
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.

2 participants