Skip to content

Commit c4ae8c1

Browse files
authored
bump ver to 140 (#2895)
1 parent ad3973a commit c4ae8c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/use_cases/code.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Query Understanding: GPT-4 processes user queries, grasping the context and extr
2323

2424
The full tutorial is available below.
2525
- [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.
26+
- [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.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain"
3-
version = "0.0.139"
3+
version = "0.0.140"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"

0 commit comments

Comments
 (0)