Skip to content

Commit e2a9049

Browse files
0.8.0 (#403)
1 parent cc86646 commit e2a9049

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [0.8.0]
44
- [BREAKING] Updated llama_cpp.rb to 0.9.4. The model file format used by the underlying llama.cpp library has changed to GGUF. llama.cpp ships with scripts to convert existing files and GGUF format models can be downloaded from HuggingFace.
5+
- Introducing Langchain::LLM::GoogleVertexAi LLM provider
56

67
## [0.7.5] - 2023-11-13
78
- Fixes

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
langchainrb (0.7.5)
13+
langchainrb (0.8.0)
1414
baran (~> 0.1.9)
1515
colorize (~> 0.8.1)
1616
json-schema (~> 4.0.0)
@@ -62,7 +62,7 @@ GEM
6262
jmespath (~> 1, >= 1.6.1)
6363
aws-sigv4 (1.6.1)
6464
aws-eventstream (~> 1, >= 1.0.2)
65-
baran (0.1.9)
65+
baran (0.1.10)
6666
builder (3.2.4)
6767
byebug (11.1.3)
6868
childprocess (4.1.0)
@@ -261,7 +261,7 @@ GEM
261261
zeitwerk (~> 2.5)
262262
rainbow (3.1.1)
263263
rake (13.0.6)
264-
rb_sys (0.9.82)
264+
rb_sys (0.9.83)
265265
rdiscount (2.2.7)
266266
regexp_parser (2.8.0)
267267
replicate-ruby (0.2.3)

lib/langchain/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Langchain
4-
VERSION = "0.7.5"
4+
VERSION = "0.8.0"
55
end

0 commit comments

Comments
 (0)