We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If not, is there a roadmap to implement this? Thanks!
The text was updated successfully, but these errors were encountered:
@ccokme Yeah, you should be able to pass distance and/or certainty.
distance
certainty
Have you looked at the example using the Get{} GraphQL endpoint?
Get{}
If you look at the example from the docs:
{ Get{ JeopardyQuestion( nearText: { concepts: ["animals"], distance: 0.2 } ...
You should be able to do something like:
near_text = '{ concepts: ["biology"], distance: "...", certainty: "..." }' client.query.get( class_name: '...', near_text: near_text ... )
Sorry, something went wrong.
No branches or pull requests
If not, is there a roadmap to implement this? Thanks!
The text was updated successfully, but these errors were encountered: