nodes and apiKey are passed straight through to the driver's
new Typesense.Client(...). Pass client to inject an already-built client
instance (used in tests and when the caller wants full control over driver
configuration); when present, nodes/apiKey are ignored.
Connection options for
TypesenseStore.nodesandapiKeyare passed straight through to the driver'snew Typesense.Client(...). Passclientto inject an already-built client instance (used in tests and when the caller wants full control over driver configuration); when present,nodes/apiKeyare ignored.