Hi,
we have a functionality called named vectors: Multiple vectors | Weaviate
The TS client creates a named vector called “default” if you just choose a single vectorizer and if you fetch an object it hides that from you.
However in GQL queries you need to put that name in and the following shuld work
vectors{default}
PS:
The code is very hard to read if it is unformated, you can use “```” to start and end a code environment