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
Add a function that returns if a given class exists in the schema
Proposal signature (copied from python as I don't know Java): client.schema.exists(className: str) ->bool
client.schema.exists(className: str) ->bool
The text was updated successfully, but these errors were encountered:
weaviategh-175: adds method to check if class exists in schema
03060fe
weaviategh-175: update tests for client schema to cover class exists …
1ea2774
…method
weaviategh-175 address review comments for constructor and http error…
7cf2452
… code
weaviategh-175 cleanup unused function
365465d
Merge pull request #196 from HeliosX7/feature/schema-class-exists
1d7432b
gh-175 Adds schema class exists method
No branches or pull requests
Add a function that returns if a given class exists in the schema
Proposal signature (copied from python as I don't know Java):
client.schema.exists(className: str) ->bool
The text was updated successfully, but these errors were encountered: