Skip to content

Commit

Permalink
Update langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał committed Dec 23, 2024
1 parent 504778b commit 2b4a1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defmodule Buildel.MixProject do
{:erlport, "~>0.11"},
{:poolboy, "~> 1.5"},
{:cloak_ecto, "~> 1.2.0"},
{:langchain, github: "brainlid/langchain", branch: "main"},
{:langchain, github: "brainlid/langchain", sha: "d766e79505c2c5e42b2cd3329ce1520190b02078"},
{:pgvector, "~> 0.3.0"},
{:dotenv, "~> 3.0.0"},
{:money, "~> 1.12"},
Expand Down
2 changes: 1 addition & 1 deletion apps/api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jose": {:hex, :jose, "1.11.10", "a903f5227417bd2a08c8a00a0cbcc458118be84480955e8d251297a425723f83", [:mix, :rebar3], [], "hexpm", "0d6cd36ff8ba174db29148fc112b5842186b68a90ce9fc2b3ec3afe76593e614"},
"jq": {:hex, :jq, "1.0.2", "aee741d13f8645ed6c8caef7b6d674795a0203f7c82385ebbc41743fc1768c77", [:mix], [{:poison, "~> 4.0", [hex: :poison, repo: "hexpm", optional: false]}, {:temp, "~> 0.4", [hex: :temp, repo: "hexpm", optional: false]}], "hexpm", "523bd73e539aaa5fdc0d762d221aa20c3e21386764ad7507c7ede2736dcba3b5"},
"jsx": {:hex, :jsx, "2.8.3", "a05252d381885240744d955fbe3cf810504eb2567164824e19303ea59eef62cf", [:mix, :rebar3], [], "hexpm", "fc3499fed7a726995aa659143a248534adc754ebd16ccd437cd93b649a95091f"},
"langchain": {:git, "https://github.com/brainlid/langchain.git", "29c1134e89b2d1f93841d808cc586a27a190af77", [branch: "main"]},
"langchain": {:git, "https://github.com/brainlid/langchain.git", "d766e79505c2c5e42b2cd3329ce1520190b02078", []},
"makeup": {:hex, :makeup, "1.1.2", "9ba8837913bdf757787e71c1581c21f9d2455f4dd04cfca785c70bbfff1a76a3", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "cce1566b81fbcbd21eca8ffe808f33b221f9eee2cbc7a1706fc3da9ff18e6cac"},
"makeup_elixir": {:hex, :makeup_elixir, "0.16.2", "627e84b8e8bf22e60a2579dad15067c755531fea049ae26ef1020cad58fe9578", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "41193978704763f6bbe6cc2758b84909e62984c7752b3784bd3c218bb341706b"},
"makeup_erlang": {:hex, :makeup_erlang, "0.1.5", "e0ff5a7c708dda34311f7522a8758e23bfcd7d8d8068dc312b5eb41c6fd76eba", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "94d2e986428585a21516d7d7149781480013c56e30c6a233534bedf38867a59a"},
Expand Down

0 comments on commit 2b4a1d5

Please sign in to comment.