Commit Graph

12 Commits (815896ff13c233ef678ce5a21a07efdb65580ae2)

Author SHA1 Message Date
Erick Friis adc008407e
exa: init pkg (#16553) 9 months ago
Erick Friis e5878c467a
infra: scheduled testing env (#16239) 9 months ago
Erick Friis 2f348c695a
infra: add nvidia api secret to integration testing (#15972) 9 months ago
Erick Friis 50959abf0c
infra: google cse id integration test (#16238) 9 months ago
Erick Friis 92bc80483a
infra: google search api key (#16237) 9 months ago
purificant 3606c5d5e9
infra: update poetry 1.6.1 -> 1.7.1 (#15027) 9 months ago
Erick Friis 1a42ad353a
infra: vertex integration test creds (#15609) 9 months ago
Erick Friis ebc75c5ca7
openai[minor]: implement langchain-openai package (#15503)
Todo

- [x] copy over integration tests
- [x] update docs with new instructions in #15513 
- [x] add linear ticket to bump core -> community, community->langchain,
and core->openai deps
- [ ] (optional): add `pip install langchain-openai` command to each
notebook using it
- [x] Update docstrings to not need `openai` install
- [x] Add serialization
- [x] deprecate old models

Contributor steps:

- [x] Add secret names to manual integrations workflow in
.github/workflows/_integration_test.yml
- [x] Add secrets to release workflow (for pre-release testing) in
.github/workflows/_release.yml

Maintainer steps (Contributors should not do these):

- [x] set up pypi and test pypi projects
- [x] add credential secrets to Github Actions
- [ ] add package to conda-forge


Functional changes to existing classes:

- now relies on openai client v1 (1.6.1) via concrete dep in
langchain-openai package

Codebase organization

- some function calling stuff moved to
`langchain_core.utils.function_calling` in order to be used in both
community and langchain-openai
9 months ago
Erick Friis 8a3360edf6
anthropic: beta messages integration (#14928) 10 months ago
Erick Friis 795cf2ddda
together: package and embedding model (#14936) 10 months ago
Bagatur a5be9f9475
mistralai: Add langchain-mistralai partner package (#14783)
Co-authored-by: Chad Phillips <chad@apartmentlines.com>
10 months ago
Bagatur 74211aa02e
infra: add integration test workflow (#14688) 10 months ago