bump ver to 140 (#2895)

fix_agent_callbacks
Harrison Chase 1 year ago committed by GitHub
parent ad3973a3b8
commit c4ae8c1d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,3 +23,4 @@ Query Understanding: GPT-4 processes user queries, grasping the context and extr
The full tutorial is available below.
- [Twitter the-algorithm codebase analysis with Deep Lake](code/twitter-the-algorithm-analysis-deeplake.ipynb): A notebook walking through how to parse github source code and run queries conversation.
- [LangChain codebase analysis with Deep Lake](code/code-analysis-deeplake.ipynb): A notebook walking through how to analyze and do question answering over THIS code base.

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.139"
version = "0.0.140"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

Loading…
Cancel
Save