Skip to content

Commit ecb8ca0

Browse files
authored
Merge branch 'langchain-ai:master' into master
2 parents 37de4ed + 61ebe79 commit ecb8ca0

File tree

218 files changed

+15009
-4498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+15009
-4498
lines changed

.github/workflows/_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
env:
178178
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
179179
run: |
180-
poetry run pip install --force-reinstall $MIN_VERSIONS
180+
poetry run pip install --force-reinstall $MIN_VERSIONS --editable .
181181
make tests
182182
working-directory: ${{ inputs.working-directory }}
183183

@@ -222,6 +222,7 @@ jobs:
222222
MONGODB_ATLAS_URI: ${{ secrets.MONGODB_ATLAS_URI }}
223223
VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }}
224224
UPSTAGE_API_KEY: ${{ secrets.UPSTAGE_API_KEY }}
225+
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
225226
run: make integration_tests
226227
working-directory: ${{ inputs.working-directory }}
227228

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## help: Show this help info.
44
help: Makefile
55
@printf "\n\033[1mUsage: make <TARGETS> ...\033[0m\n\n\033[1mTargets:\033[0m\n\n"
6-
@sed -n 's/^##//p' $< | awk -F':' '{printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | sort | sed -e 's/^/ /'
6+
@sed -n 's/^## //p' $< | awk -F':' '{printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | sort | sed -e 's/^/ /'
77

88
## all: Default target, shows help.
99
all: help

0 commit comments

Comments
 (0)