Commit Graph

313 Commits (master)

Author SHA1 Message Date
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
1 day ago
Erick Friis 56c6b5868b
infra: run codespell on v0.1 prs (#21545) 4 days ago
ccurme d3ff9c5d6a
infra: turn off fail-fast for standard tests (#21541) 4 days ago
Bagatur b00fd1dbde
infra: Undo gh cache removal (#21210)
Co-authored-by: Nuno Campos <nuno@langchain.dev>
2 weeks 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>
2 weeks ago
Erick Friis 5f8a307565
infra: same tagging for langchain (#21126) 2 weeks ago
Erick Friis dbdfa3d34e
infra: fix minimum version install to force pypi install (#21112) 2 weeks ago
Erick Friis efe27ef849
infra: tag non-langchain releases (#20805) 2 weeks ago
ccurme 989e4a92c2
(infra) pass input to test-release (#20947) 3 weeks ago
Erick Friis 078c5d9bc6
infra: nonmaster release checkbox (#20945)
Co-authored-by: ccurme <chester.curme@gmail.com>
3 weeks 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>
3 weeks ago
ccurme 5a3c65a756
standard tests: add xfails (#20659) 3 weeks ago
Erick Friis 764871f97d
infra: add test-doc-imports to ci failure (#20637) 4 weeks ago
Erick Friis 726234eee5
infra: fix doc imports ci (#20629) 4 weeks ago
Erick Friis f09bd0b75b
upstage: init package (#20574)
Co-authored-by: Sean Cho <sean@upstage.ai>
Co-authored-by: JuHyung-Son <sonju0427@gmail.com>
4 weeks ago
ccurme 22da9f5f3f
update scheduled tests (#20526)
repurpose scheduled tests to test over provider packages
4 weeks ago
Erick Friis 77eba10f47
standard-tests: fix default fixtures (#20520) 4 weeks ago
Erick Friis 9eb6f538f0
infra, multiple: rc release versions (#20252) 1 month ago
Erick Friis 855ba46f80
standard-tests: a standard unit and integration test set (#20182)
just chat models for now
1 month ago
Erick Friis 28dfde2cb2
cohere: move package to external repo (#20081) 1 month 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) 2 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
2 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.
2 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>
2 months ago
Brace Sproul 5157b15446
ci[patch]: Set root dir to ./docs (#19102) 2 months ago
Brace Sproul 98cd8f673b
docs[minor]ci[minor]: Add script & CI to check recurring links daily (#19100) 2 months ago
Erick Friis 5e0c58f9c2
infra: update upload-artifact and download-artifact to v4 (#19044) 2 months ago
Erick Friis 74b2c0aa01
templates, cli: more security deps (#19006) 2 months ago
Bagatur 915c1f8673
infra: rm api build CI (#18944) 2 months ago
Bagatur 2d172181e0
Revert "update api build script (#18930)" (#18931) 2 months ago
Bagatur def329b5f2
update api build script (#18930) 2 months ago
Erick Friis ad29806255
nvidia-trt, nvidia-ai-endpoints: move to repo (#18814)
NVIDIA maintained in https://github.com/langchain-ai/langchain-nvidia
2 months ago
Erick Friis f3e28289f6
infra: reorder api docs build steps (#18618) 2 months ago
Brace Sproul 328a498a78
docs[minor]: Add thumbs up/down to all docs pages (#18526) 2 months ago
Erick Friis 6afb135baa
astradb: move to langchain-datastax repo (#18354) 2 months ago
Bagatur 5efb5c099f
text-splitters[minor], langchain[minor], community[patch], templates, docs: langchain-text-splitters 0.0.1 (#18346) 3 months ago
Erick Friis c7d5ed6f5c
infra: tolerate partner package move in ci (#18355) 3 months ago
Erick Friis 4e27e66938
infra: mongodb env vars (#18347) 3 months ago
Erick Friis dfd9787388
infra: ci dirs in wrong order (#18340) 3 months ago
Erick Friis 68be5a7658
infra: skip ibm api docs (#18335) 3 months ago
Erick Friis 43534a4c08
skip airbyte api docs (#18334) 3 months ago
Brace Sproul ca4f5e2408
ci: Update issue template required checks (#18283) 3 months ago
Erick Friis 2e31f1c2f8
infra: api docs folder move (#18223) 3 months ago
Erick Friis be8d2ff5f7
airbyte[patch]: init pkg (#18236) 3 months ago