Skip to content

Commit

Permalink
bump ver to 140 (#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 committed Apr 15, 2023
1 parent ad3973a commit c4ae8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/use_cases/code.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -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"
Expand Down

0 comments on commit c4ae8c1

Please sign in to comment.