evalphobia

Results 4 issues of evalphobia

There are many `New...` method to create `*SentryHook`. To scale configuration, add a config struct and use it in `New()` function. For example below, ```go // something like this type...

This PR support to add arm64 arch. `openjdk:8-jre` already has arm64 image. - https://hub.docker.com/layers/openjdk/library/openjdk/8-jre/images/sha256-78be3117c3fbd863ccc879e7de929d61e1713fb936a2e2ea8af23caf4753cb3a?context=explore So I copied latest node js installation recipe from official docker image. - https://github.com/nodejs/docker-node/blob/main/17/bullseye/Dockerfile

### PR Checklist - [x] Read the [Contributing documentation](https://github.com/tmc/langchaingo/blob/main/CONTRIBUTING.md). - [x] Read the [Code of conduct documentation](https://github.com/tmc/langchaingo/blob/main/CODE_OF_CONDUCT.md). - [x] Name your Pull Request title clearly, concisely, and prefixed with the...