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 7ecb083 commit fa10b65Copy full SHA for fa10b65
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
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
+
7
## [0.7.2] - 2023-11-02
8
- Azure OpenAI LLM support
9
Gemfile.lock
@@ -10,7 +10,7 @@ GIT
10
PATH
11
remote: .
12
specs:
13
- langchainrb (0.7.2)
+ langchainrb (0.7.3)
14
baran (~> 0.1.9)
15
colorize (~> 0.8.1)
16
json-schema (~> 4.0.0)
lib/langchain/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Langchain
- VERSION = "0.7.2"
+ VERSION = "0.7.3"
end
0 commit comments