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
It was necessary to refer to the source code to see how to use GraknOptions in Python.
http://dev.docs.grakn.ai/docs/client-api/python#options
The section should be called GraknOptions not options and how best to create and provide the object.
GraknOptions
The text was updated successfully, but these errors were encountered:
Now we have TypeDB Options in the Options section https://docs.vaticle.com/docs/client-api/python#options. It says 'Use TypeDBOptions.core()' on how to instantiate it. Also, we will improve it in terms of adding an example - #551.
Sorry, something went wrong.
No branches or pull requests
Description
It was necessary to refer to the source code to see how to use GraknOptions in Python.
Location of Content
http://dev.docs.grakn.ai/docs/client-api/python#options
Expected Content
The section should be called
GraknOptions
not options and how best to create and provide the object.The text was updated successfully, but these errors were encountered: