Commit Graph

324 Commits (master)

Author SHA1 Message Date
Bagatur 410e9add44
infra: run scheduled tests on aws, google, cohere, nvidia (#22328)
Co-authored-by: Erick Friis <erick@langchain.dev>
2 days ago
Erick Friis 611faa22c7
infra: allow first releases 2 (#22237) 4 days ago
Erick Friis 26c6e4a5ef
infra: allow first releases (#22236) 4 days ago
Erick Friis 6ee8de62c0
infra: auto-generated release notes based on git log (#22141)
Generates release notes based on a `git log` command with title names

Aiming to improve to splitting out features vs. bugfixes using
conventional commits in the coming weeks.

Will work for any monorepo packages
1 week ago
Eugene Yurtsev 63004a0945
codespell ignore remaining issues (#22097) 1 week ago
Bagatur 50186da0a1
infra: rm unused # noqa violations (#22049)
Updating #21137
1 week ago
Eugene Yurtsev 4633b4cf2b
ci: update documentation template to include URL (#22032)
update documentation template to include URL
1 week ago
Erick Friis 98b64f3ae3
infra: only tag core releases as github latest (#21991) 2 weeks ago
ccurme e8bdf245eb
update maintainers (#21305) 2 weeks ago
Erick Friis be15740084
fireworks: add secret (#21744) 2 weeks ago
Erick Friis 1647b28a87
infra: release min version dont clobber current lib (#21740) 2 weeks ago
Erick Friis c77d2f2b06
multiple: core 0.2 nonbreaking dep, check_diff community->langchain dep (#21646)
0.2 is not a breaking release for core (but it is for langchain and
community)

To keep the core+langchain+community packages in sync at 0.2, we will
relax deps throughout the ecosystem to tolerate `langchain-core` 0.2
3 weeks ago
Erick Friis 56c6b5868b
infra: run codespell on v0.1 prs (#21545) 3 weeks ago
ccurme d3ff9c5d6a
infra: turn off fail-fast for standard tests (#21541) 3 weeks ago
Bagatur b00fd1dbde
infra: Undo gh cache removal (#21210)
Co-authored-by: Nuno Campos <nuno@langchain.dev>
1 month ago
Nuno Campos 663747b730
core[patch]: Fixes for convert_messages (#21207)
- support two-tuples of any sequence type (eg. json.loads never produces
tuples)
- support type alias for role key
- if id is passed in in dict form use it
- if tool_calls passed in in dict form use them

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
1 month ago
Erick Friis 5f8a307565
infra: same tagging for langchain (#21126) 1 month ago
Erick Friis dbdfa3d34e
infra: fix minimum version install to force pypi install (#21112) 1 month ago
Erick Friis efe27ef849
infra: tag non-langchain releases (#20805) 1 month ago
ccurme 989e4a92c2
(infra) pass input to test-release (#20947) 1 month ago
Erick Friis 078c5d9bc6
infra: nonmaster release checkbox (#20945)
Co-authored-by: ccurme <chester.curme@gmail.com>
1 month ago
junkeon c8fd51e8c8
upstage: Add Upstage partner package LA and GC (#20651)
---------

Co-authored-by: Sean <chosh0615@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Sean Cho <sean@upstage.ai>
1 month ago
ccurme 5a3c65a756
standard tests: add xfails (#20659) 1 month ago
Erick Friis 764871f97d
infra: add test-doc-imports to ci failure (#20637) 1 month ago
Erick Friis 726234eee5
infra: fix doc imports ci (#20629) 1 month ago
Erick Friis f09bd0b75b
upstage: init package (#20574)
Co-authored-by: Sean Cho <sean@upstage.ai>
Co-authored-by: JuHyung-Son <sonju0427@gmail.com>
1 month ago
ccurme 22da9f5f3f
update scheduled tests (#20526)
repurpose scheduled tests to test over provider packages
2 months ago
Erick Friis 77eba10f47
standard-tests: fix default fixtures (#20520) 2 months ago
Erick Friis 9eb6f538f0
infra, multiple: rc release versions (#20252) 2 months ago
Erick Friis 855ba46f80
standard-tests: a standard unit and integration test set (#20182)
just chat models for now
2 months ago
Erick Friis 28dfde2cb2
cohere: move package to external repo (#20081) 2 months ago
Brace Sproul 6d93a03bef
docs[patch]: Fix or remove broken mdx links (#19777)
this pr also drops the community added action for checking broken links
in mdx. It does not work well for our use case, throwing errors for
local paths, plus the rest of the errors our in house solution had.
2 months ago
ccurme 0dbd5f5012
add script to check imports (#19611) 2 months ago
Erick Friis f55b11fb73
infra: Revert run partner CI on core PRs (#19733)
Reverts parts of langchain-ai/langchain#19688
2 months ago
Erick Friis 8c2ed85a45
core[patch], infra: release 0.1.36, run partner CI on core PRs (#19688) 2 months ago
Guangdong Liu 94b869a974
github action: Add dead link check for .mdx files (#19492)
- **Description:** Add dead link check for .mdx files. I checked the
logs and found that files with .mdx suffix were not checked.

https://github.com/langchain-ai/langchain/actions/runs/8409525467/job/23026924465#logs
- @baskaryan, @efriis, @eyurtsev, @hwchase17.
2 months ago
Erick Friis e6952b04d5
cohere[patch]: fix release (#19529) 2 months ago
Erick Friis caf47ab666
infra: run min version ci before integration tests (#18945) 3 months ago
Erick Friis 781aee0068
community, langchain, infra: revert store extended test deps outside of poetry (#19153)
Reverts langchain-ai/langchain#18995

Because it makes installing dependencies in python 3.11 extended testing
take 80 minutes
3 months ago
Erick Friis 9e569d85a4
community, langchain, infra: store extended test deps outside of poetry (#18995)
poetry can't reliably handle resolving the number of optional "extended
test" dependencies we have. If we instead just rely on pip to install
extended test deps in CI, this isn't an issue.
3 months ago
Erick Friis 7ce81eb6f4
voyageai[patch]: init package (#19098)
Co-authored-by: fodizoltan <zoltan@conway.expert>
Co-authored-by: Yujie Qian <thomasq0809@gmail.com>
Co-authored-by: fzowl <160063452+fzowl@users.noreply.github.com>
3 months ago
Brace Sproul 5157b15446
ci[patch]: Set root dir to ./docs (#19102) 3 months ago
Brace Sproul 98cd8f673b
docs[minor]ci[minor]: Add script & CI to check recurring links daily (#19100) 3 months ago
Erick Friis 5e0c58f9c2
infra: update upload-artifact and download-artifact to v4 (#19044) 3 months ago
Erick Friis 74b2c0aa01
templates, cli: more security deps (#19006) 3 months ago
Bagatur 915c1f8673
infra: rm api build CI (#18944) 3 months ago
Bagatur 2d172181e0
Revert "update api build script (#18930)" (#18931) 3 months ago
Bagatur def329b5f2
update api build script (#18930) 3 months ago
Erick Friis ad29806255
nvidia-trt, nvidia-ai-endpoints: move to repo (#18814)
NVIDIA maintained in https://github.com/langchain-ai/langchain-nvidia
3 months ago
Erick Friis f3e28289f6
infra: reorder api docs build steps (#18618) 3 months ago