Skip to content

Commit

Permalink
Merge branch 'master' into docs/self-query-lantern
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-yt authored Jan 31, 2024
2 parents 333412a + 2e5949b commit 815e715
Showing 262 changed files with 18,630 additions and 3,609 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ There are many ways to contribute to LangChain. Here are some common ways people

- [**Documentation**](https://python.langchain.com/docs/contributing/documentation): Help improve our docs, including this one!
- [**Code**](https://python.langchain.com/docs/contributing/code): Help us write code, fix bugs, or improve our infrastructure.
- [**Integrations**](https://python.langchain.com/docs/contributing/integration): Help us integrate with your favorite vendors and tools.
- [**Integrations**](https://python.langchain.com/docs/contributing/integrations): Help us integrate with your favorite vendors and tools.

### 🚩GitHub Issues

8 changes: 1 addition & 7 deletions .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
@@ -36,13 +36,7 @@
elif "libs/partners" in file:
partner_dir = file.split("/")[2]
if os.path.isdir(f"libs/partners/{partner_dir}"):
dirs_to_run.update(
(
f"libs/partners/{partner_dir}",
"libs/langchain",
"libs/experimental",
)
)
dirs_to_run.add(f"libs/partners/{partner_dir}")
# Skip if the directory was deleted
elif "libs/langchain" in file:
dirs_to_run.update(("libs/langchain", "libs/experimental"))
13 changes: 0 additions & 13 deletions .github/workflows/langchain_cli_release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/langchain_community_release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/langchain_core_release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/langchain_experimental_release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/langchain_experimental_test_release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/langchain_openai_release.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/langchain_release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/langchain_test_release.yml

This file was deleted.

2 changes: 0 additions & 2 deletions cookbook/sql_db_qa.mdx
Original file line number Diff line number Diff line change
@@ -670,8 +670,6 @@ local_llm = HuggingFacePipeline(pipeline=pipe)
<CodeOutputBlock lang="python">

```
/workspace/langchain/.venv/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
from .autonotebook import tqdm as notebook_tqdm
Loading checkpoint shards: 100%|██████████| 8/8 [00:32<00:00, 4.11s/it]
```

2 changes: 1 addition & 1 deletion docs/api_reference/guide_imports.json

Large diffs are not rendered by default.

Loading

0 comments on commit 815e715

Please sign in to comment.