Greg Bayer
Results
2
issues of
Greg Bayer
Added an additional line to set it near the top of parse(). It is normally set in start(), but start() is called too late (after some dbg() statements).
The V3 docs say the api key should be passed as a string when connecting in custom mode. See here: https://weaviate.io/developers/weaviate/client-libraries/typescript/typescript-v3 ```import weaviate from 'weaviate-client' const client = await weaviate.client({...