brainlid / langchain

Elixir implementation of an AI focused LangChain style framework.
https://hexdocs.pm/langchain/
Other
572 stars 68 forks source link

Breaking change to RoutingChain #75

Closed brainlid closed 7 months ago

brainlid commented 7 months ago

Resolves issue #74

Makes it easier to use a RoutingChain when not needing an LLMChain as a result. We just need to know which route is selected.