This commit is contained in:
2025-12-05 16:59:24 -05:00
commit 1fc90a0319
13 changed files with 298 additions and 0 deletions

4
bert/call.exs Normal file
View File

@@ -0,0 +1,4 @@
#elixir --sname node1 -S mix run --no-halt
#iex --sname node2
Node.connect(:"node1@kittykat")
GenServer.call({BertEmbedding, :"node1@kittykat"}, {:embed, "I'm going to embed this text"})