Skip to content

Commit

Permalink
Release 2.0.0 (#311)
Browse files Browse the repository at this point in the history
- Replace LLMChain with Runnable
- To get the prompt use chain.get_prompts()
- verbose has been deprecated and users should use langchain.globals
set_verbose and set_debug
  • Loading branch information
eyurtsev authored Jul 20, 2024
1 parent d42dbf8 commit 55d02ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kor"
version = "1.0.2"
version = "2.0.0"
description = "Extract information with LLMs from text"
authors = ["Eugene Yurtsev <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 55d02ef

Please sign in to comment.