Skip to content

Commit 935b145

Browse files
version-0.8.1 (#414)
1 parent dd0c02b commit 935b145

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [Unreleased]
22

3+
## [0.8.1]
4+
- Support for Epsilla vector DB
5+
- Fully functioning Google Vertex AI LLM
6+
- Bug fixes
7+
38
## [0.8.0]
49
- [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.
510
- Introducing Langchain::LLM::GoogleVertexAi LLM provider

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
langchainrb (0.8.0)
13+
langchainrb (0.8.1)
1414
baran (~> 0.1.9)
1515
colorize (~> 0.8.1)
1616
json-schema (~> 4.0.0)

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.8.0"
4+
VERSION = "0.8.1"
55
end

0 commit comments

Comments
 (0)