forked from langchain-ai/langchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '28a8ecec8365e1759da27968939e785afd74b081' into usemotio…
…n_toolkit * commit '28a8ecec8365e1759da27968939e785afd74b081': (235 commits) community[patch]: more deprecations (langchain-ai#15782) core[patch]: release 0.1.9 (langchain-ai#15794) docs: collapse structured use case (langchain-ai#15791) mistralai[patch]: warn on stop token, fix on_llm_new_token (langchain-ai#15787) mistralai[patch]: persist async client (langchain-ai#15786) templates: Add neo4j semantic layer template (langchain-ai#15652) community[patch]: fix qianfan chat stream calling caused exception (langchain-ai#13800) core[patch]: add alternative_import to deprecated (langchain-ai#15781) robocorp[patch]: fix readme, release 0.0.1.post1 (langchain-ai#15777) templates: robocorp action server template (langchain-ai#15776) openai[patch]: unit test load (langchain-ai#15624) openai[patch], docs: readme (langchain-ai#15773) community[patch]: update oai deprecation message (langchain-ai#15681) robocorp[minor]: Add robocorp action server toolkit (langchain-ai#15766) docs: integration package pip installs (langchain-ai#15762) docs: fix recognition (langchain-ai#15769) community[patch]: release 0.0.11 (langchain-ai#15760) experimental[patch]: loosen core max version (langchain-ai#15763) docs: remove unnecessary description (langchain-ai#15752) CI: Fix template for questions (langchain-ai#15756) ... # Conflicts: # libs/community/poetry.lock # libs/community/pyproject.toml
- Loading branch information
Showing
2,034 changed files
with
109,421 additions
and
77,814 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
blank_issues_enabled: true | ||
version: 2.1 | ||
contact_links: | ||
- name: 🤔 Question or Problem | ||
about: Ask a question or ask about a problem in GitHub Discussions. | ||
url: https://github.com/langchain-ai/langchain/discussions | ||
- name: Discord | ||
url: https://discord.gg/6adMQxSpJS | ||
about: General community discussions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,6 @@ on: | |
push: | ||
branches: [master] | ||
pull_request: | ||
paths: | ||
- ".github/actions/**" | ||
- ".github/tools/**" | ||
- ".github/workflows/**" | ||
- "libs/**" | ||
|
||
# If another push to the same PR or branch happens while this workflow is still running, | ||
# cancel the earlier run in favor of the next run. | ||
|
@@ -26,13 +21,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
- id: files | ||
uses: Ana06/[email protected] | ||
- id: set-matrix | ||
run: echo "dirs-to-run=$(python .github/scripts/check_diff.py ${{ steps.files.outputs.all }})" >> $GITHUB_OUTPUT | ||
run: | | ||
python .github/scripts/check_diff.py ${{ steps.files.outputs.all }} >> $GITHUB_OUTPUT | ||
outputs: | ||
dirs-to-run: ${{ steps.set-matrix.outputs.dirs-to-run }} | ||
ci: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.