Skip to content

Commit

Permalink
update version and docs outline (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid authored Jan 9, 2025
1 parent 51527b4 commit eea93ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule LangChain.MixProject do
use Mix.Project

@source_url "https://github.com/brainlid/langchain"
@version "0.3.0-rc.1"
@version "0.3.0-rc.2"

def project do
[
Expand All @@ -18,7 +18,7 @@ defmodule LangChain.MixProject do
name: "LangChain",
homepage_url: @source_url,
description: """
Elixir implementation of a LangChain style framework.
Elixir implementation of a LangChain style framework that lets Elixir projects work well with LLMs.
"""
]
end
Expand Down Expand Up @@ -93,7 +93,6 @@ defmodule LangChain.MixProject do
],
Callbacks: [
LangChain.Callbacks,
LangChain.ChatModels.LLMCallbacks,
LangChain.Chains.ChainCallbacks
],
Routing: [
Expand Down

0 comments on commit eea93ff

Please sign in to comment.