https://github.com/tensorflow/tfjs-models/blob/master/universal-sentence-encoder/README.md
Universal Sentence Encoder lite
2023/6/8 8:51:00
tensorflow/tfjsを Lambda Layerにしてみる
ダメだったらUniversal Sentence Encoder lite以外でnodejsにてsentence embeddingできる何かを探す
EnergeticAI Embeddingsとか良さそうなんだけど、modelが”en”しかないのが気にかかる。日本語でもいけるんだろうか?
embeddingはpythonでやるのが王道なんだろうけど、AWS AmplifyのfunctionとしてPythonを動かすのは私には難しすぎて無理だった。やはりPythonが嫌いだ。
出社したはいいけどエンジンがかかってこない
Node.jsでEmbeddingができるUniversal Sentence Encoder liteを発見し、knownetにベクトル検索を実装する筋道が見えたので、そちらに気を取られている。
Wrapper around tensorflowjs universal sentence encoder.