Commit Graph

14053 Commits

Author SHA1 Message Date
Mason Daugherty
551663d0b7
namespace refactor 2025-08-05 10:28:07 -04:00
Mason Daugherty
4651457c7e
Merge remote-tracking branch 'origin/standard_outputs_copy' into mdrxy/ollama_v1 2025-08-05 09:56:17 -04:00
Mason Daugherty
c709f85c27
snapshots 2025-08-05 09:55:13 -04:00
ccurme
71f0138885
refactor(core): rename BaseChatModelV1 -> BaseChatModel in v1 namespace (#32404) 2025-08-05 09:35:33 -04:00
ccurme
c36b123c8c
fix(core): refactor new types into top-level v1 namespace (#32403) 2025-08-05 09:21:31 -04:00
ccurme
deae8cc164
feat(core): support returning v1 ToolMessage in tools (#32397) 2025-08-05 08:50:02 -04:00
Mason Daugherty
c7c47f81c4
add type hints to messages 2025-08-05 00:04:30 -04:00
Mason Daugherty
5c9ce7fd2b
remove outdated test 2025-08-04 23:47:17 -04:00
Mason Daugherty
f3c863447f
fix: core imports tests 2025-08-04 23:24:47 -04:00
Mason Daugherty
f67456f90f
capture response context 2025-08-04 23:08:47 -04:00
Mason Daugherty
2eca8240e2
final(?) unit tests 2025-08-04 17:57:45 -04:00
Mason Daugherty
c9a38be6df
add ollama unit test props 2025-08-04 17:53:17 -04:00
Mason Daugherty
308e734c78
expant unit tests v1 2025-08-04 17:44:14 -04:00
Mason Daugherty
16729de369
add some notes 2025-08-04 17:38:02 -04:00
Mason Daugherty
db41bfe1f8
more tests 2025-08-04 17:31:47 -04:00
Mason Daugherty
c91d681c83
update comment 2025-08-04 17:23:18 -04:00
Mason Daugherty
06f240b328
add test 2025-08-04 16:21:18 -04:00
Mason Daugherty
a3799b2caf
docstring for test__parse_arguments_from_tool_call 2025-08-04 16:18:51 -04:00
Mason Daugherty
38a25bfefc
add note about test_arbitrary_roles_accepted_in_chatmessages for v1 2025-08-04 16:18:40 -04:00
Mason Daugherty
63ade97a5f
Merge branch 'mdrxy/ollama_v1' of github.com:langchain-ai/langchain into mdrxy/ollama_v1 2025-08-04 16:06:51 -04:00
Mason Daugherty
3c3158d379
Merge branch 'standard_outputs_copy' into mdrxy/ollama_v1 2025-08-04 16:06:05 -04:00
Mason Daugherty
5b60e9362e
continue to match v0 2025-08-04 16:02:39 -04:00
Mason Daugherty
99687ce626
rename 2025-08-04 15:54:11 -04:00
Mason Daugherty
2290984cfa
refactoring 2025-08-04 15:54:07 -04:00
Mason Daugherty
2f8470d7f2
formatting 2025-08-04 15:53:32 -04:00
Mason Daugherty
7b89cabd0b
ollama: update _convert_content_blocks_to_ollama_format for robustness 2025-08-04 15:52:25 -04:00
Mason Daugherty
5b7df921df
add reasoning guard; make mime type not required alongside base64 2025-08-04 15:52:06 -04:00
Mason Daugherty
7bc4512ab7
add type guards to export 2025-08-04 15:51:42 -04:00
ccurme
b06dc7954e
fix(openai): use extras for v1 messages (#32394) 2025-08-04 14:49:20 -04:00
Mason Daugherty
3f11b041df
docs nits 2025-08-04 14:46:10 -04:00
Mason Daugherty
ade2155aee
fixes 2025-08-04 14:33:02 -04:00
Mason Daugherty
9c4e6124b6
updates 2025-08-04 14:18:43 -04:00
Mason Daugherty
08cb07e1a6
nit 2025-08-04 14:01:21 -04:00
Mason Daugherty
332215ed41
nit 2025-08-04 13:44:31 -04:00
Mason Daugherty
d4ac8ff5f7
lint 2025-08-04 13:14:04 -04:00
Mason Daugherty
719c9dfaaa
fix: handle TypeGuard import for compatibility with older Python versions 2025-08-04 13:06:42 -04:00
Mason Daugherty
a3929c71e4
Merge branch 'standard_outputs_copy' of github.com:langchain-ai/langchain into mdrxy/ollama_v1 2025-08-04 12:57:55 -04:00
Mason Daugherty
cc56b8dbd3
Merge branch 'standard_outputs_copy' into mdrxy/ollama_v1 + updates 2025-08-04 12:57:38 -04:00
Chester Curme
bbbc11edf9 Merge branch 'wip-v0.4' into standard_outputs_copy 2025-08-04 11:55:54 -04:00
Chester Curme
5414527236 Merge branch 'master' into wip-v0.4 2025-08-04 11:55:14 -04:00
ccurme
2a268f1e24
fix(openai): use empty list in v1 messages instead of empty string for chat completions tool calls (#32392) 2025-08-04 11:54:03 -04:00
Mason Daugherty
6de1535785
fix: remove type ignores 2025-08-04 11:36:50 -04:00
ccurme
ff3153c04d
feat(core): move tool call chunks to content (v1) (#32358) 2025-08-04 11:32:11 -04:00
Mason Daugherty
8d8a61ab3b
fix: create_plaintext_block 2025-08-04 11:31:29 -04:00
Mason Daugherty
a6686d7c4f
type guards to remove casting 2025-08-04 11:29:36 -04:00
Mason Daugherty
822dd5075c
del impl plan 2025-08-04 11:15:40 -04:00
Narasimha Badrinath
dd9f5d7cde
feat(docs): add langchain-gradientai as provider (#32202)
langchain-gradientai is Digitalocean's integration with Langchain. It
will help users to build langchain applications using Digitalocean's
GradientAI platform.

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-04 14:57:59 +00:00
Ammar Younas
d348cfe968
docs: fix minor typos in image generation description (#32375)
Description:
Fixed minor typos in the `google_imagen.ipynb` integration notebook
related to image generation prompt formatting. No functional changes
were made — just a documentation correction to improve clarity.
2025-08-04 10:52:05 -04:00
Kanav Bansal
84c5048cb8
fix(docs): correct package names in FeatureTables.js (#32377)
## **Description:** 
Updated incorrect package names in `FeatureTables.js` by replacing
underscores with hyphens to reflect their actual names on PyPI. This
aligns with the actual PyPI package names and prevents potential
confusion or installation issues.

The following package names were corrected:
- `langchain_aws` ➝ `langchain-aws`
- `langchain_community` ➝ `langchain-community`
- `langchain_elasticsearch` ➝ `langchain-elasticsearch`
- `langchain_google_community` ➝ `langchain-google-community`

 
## **Issue:** N/A
## **Dependencies:** None
## **Twitter handle:** N/A
2025-08-04 10:51:32 -04:00
garciasces
d318c655b6
fix(docs): inconsistent docs for Google Vertex AI (#32381)
Description: Documentation is inconsistent with API docs.

Current documentation implies that to use the integration you must have
credentials configured AND store the path to a service account JSON
file.

API docs explain that you must only complete EITHER of the steps
regarding credentials.

I have updated the docs to make them consistent with the API wording.
2025-08-04 10:50:50 -04:00