bump ver to 140 (#2895)

This commit is contained in:
Harrison Chase 2023-04-15 09:23:19 -07:00 committed by GitHub
parent ad3973a3b8
commit c4ae8c1d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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"