We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a72f74 commit acb72c3Copy full SHA for acb72c3
CHANGELOG.md
@@ -1,4 +1,6 @@
1
## [Unreleased]
2
+
3
+## [0.17.0] - 2024-10-02
4
- [BREAKING] Langchain::Vectorsearch::Milvus was rewritten to work with newer milvus 0.10.0 gem
5
- [BREAKING] Removing Langchain::LLM::GooglePalm
6
- Assistant can now process image_urls in the messages (currently only for OpenAI and Mistral AI)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- langchainrb (0.16.1)
+ langchainrb (0.17.0)
baran (~> 0.1.9)
json-schema (~> 4)
7
matrix
lib/langchain/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Langchain
- VERSION = "0.16.1"
+ VERSION = "0.17.0"
end
0 commit comments