Releases: steamship-core/steamship-langchain
Releases · steamship-core/steamship-langchain
0.0.26 -- Bugfix
What's Changed
- Fix model name passing in OpenAIChat by @douglas-reid in #60
Full Changelog: 0.0.24...0.0.26
Bugfixes and doc cleanup.
What's Changed
- cleanup(docs): show OpenAIChat usage and clarify quickstart by @douglas-reid in #49
- handle failed generation tasks slightly better by @douglas-reid in #50
Full Changelog: 0.0.22...0.0.23
Another deps update
What's Changed
- Bump LC and Steamship version by @EniasCailliau in #48
Full Changelog: 0.0.21...0.0.22
0.0.21 - Deps update
What's Changed
- deps: update to latest langchain by @douglas-reid in #44
Full Changelog: 0.0.20...0.0.21
0.0.20 -- Hotfix for permissive deps
What's Changed
- More permissive requirements.txt by @EniasCailliau in #43
Full Changelog: 0.0.19...0.0.20
0.0.19 - Bugfixes and updates
What's Changed
- fix: chatmessagehistory handling of AI messages by @douglas-reid in #38
- deps: update steamship to latest by @douglas-reid in #39
- fix: ensure message history always uses a valid file handle by @douglas-reid in #40
- fix: openai init with chat models by @douglas-reid in #42
Full Changelog: 0.0.18...0.0.19
0.0.18 - Support for AutoGPT
What's Changed
- Add similarity search with score by @EniasCailliau in #37
Full Changelog: 0.0.17...0.0.18
0.0.17 -- Hotfix for Chat Memory
0.0.16 - Add Chat Model support
Adds support for ChatModel
s and updates to the latest langchain version.
What's Changed
- update: pin to newest langchain dep by @douglas-reid in #34
- Add chat_model.openai by @EniasCailliau in #35
Full Changelog: 0.0.15...0.0.16
v0.0.15 - GPT-4 Support
What's Changed
- fix typo in getting_started.ipynb by @eltociear in #29
- fix: example code broken by upstream refactors by @douglas-reid in #31
- feat: add OpenAIChat impl with gpt-4 support by @douglas-reid in #30
New Contributors
- @eltociear made their first contribution in #29
Full Changelog: 0.0.14...0.0.15