Skip to content

Commit fa10b65

Browse files
version-0.7.3 (#382)
1 parent 7ecb083 commit fa10b65

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.7.3] - 2023-11-08
4+
- LLM response passes through the context in RAG cases
5+
- Fix gpt-4 token length validation
6+
37
## [0.7.2] - 2023-11-02
48
- Azure OpenAI LLM support
59

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.7.2)
13+
langchainrb (0.7.3)
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.7.2"
4+
VERSION = "0.7.3"
55
end

0 commit comments

Comments
 (0)