-
Notifications
You must be signed in to change notification settings - Fork 12
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.12.0 #72
v1.12.0 #72
Conversation
await _client.FacetAsync( | ||
"collection_1", | ||
filter: MatchKeyword("bar", "hello"), | ||
key: "foo", | ||
limit: 2 | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this assert something about the response?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test checks only API validity. I used it to test snippets in PR description which will be included in the documentation. Do you think it's unnecessary?
await _client.SearchMatrixOffsetsAsync( | ||
"collection_1", | ||
filter: MatchKeyword("bar", "hello"), | ||
sample: 3, | ||
limit: 2 | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this assert something about the response?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test checks only API validity. I used it to test snippets in PR description which will be included in the documentation. Do you think it's unnecessary?
Co-authored-by: Tim Visée <[email protected]>
Co-authored-by: Tim Visée <[email protected]>
Co-authored-by: Tim Visée <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ji
Qdrant v1.12 API updates
New APIs examples
TODO