Created
April 20, 2021 14:20
-
-
Save bobvanluijt/a533197c1eb4bfc7800d18f04b3f1a42 to your computer and use it in GitHub Desktop.
Show Publication vectors in GraphQL for Weaviate's News Article demo dataset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Get { | |
Publication { | |
name | |
_additional { | |
vector | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment