brainlid / langchain

Elixir implementation of a LangChain style framework.
https://hexdocs.pm/langchain/
Other
503 stars 58 forks source link

Big update - RC ready #138

Closed brainlid closed 2 weeks ago

brainlid commented 2 weeks ago

Major clean-up and updates. Test are all passing. There may be issues in some chat models that don't have good test coverage for non-live tests. This is why it's an RC! Plus docs update would be good.

functions for adding callbacks

chat models support config serialization

ollama updated for initial support of callbacks

updated ChatMistralAI