ccurme
c5d4dfefc0
prompty[major]: upgrade pydantic ( #26056 )
2024-09-04 19:26:18 -04:00
ccurme
6e853501ec
voyageai[major]: upgrade pydantic ( #26070 )
2024-09-04 18:59:13 -04:00
Bagatur
fd1f3ca213
exa[major]: use pydantic v2 ( #26069 )
2024-09-04 15:02:05 -07:00
Bagatur
567a4ce5aa
box[major]: use pydantic v2 ( #26067 )
2024-09-04 14:51:53 -07:00
ccurme
923ce84aa7
robocorp[major]: upgrade pydantic ( #26062 )
2024-09-04 17:10:15 -04:00
Eugene Yurtsev
9379613132
langchain[major]: Upgrade langchain to be pydantic 2 compatible ( #26050 )
...
Upgrading the langchain package to be pydantic 2 compatible.
Had to remove some parts of unit tests in parsers that were relying on
spying on methods since that fails with pydantic 2. The unit tests don't
seem particularly good, so can be re-written at a future date.
Depends on: https://github.com/langchain-ai/langchain/pull/26057
Most of this PR was done using gritql for code mods, followed by some
fixes done manually to account for changes made by pydantic
2024-09-04 16:59:07 -04:00
Bagatur
c72a76237f
cherry-pick 88e9e6b
( #26063 )
2024-09-04 13:50:42 -07:00
Bagatur
f9cafcbcb0
pinecone[patch]: rm pydantic lint script ( #26052 )
2024-09-04 13:49:09 -07:00
Bagatur
1fce5543bc
poetry lock
2024-09-04 13:44:51 -07:00
Bagatur
88e9e6bf55
core,standard-tests[patch]: add Ser/Des test and update serialization mapping ( #26042 )
2024-09-04 13:38:03 -07:00
Bagatur
7f0dd4b182
fmt
2024-09-04 13:31:29 -07:00
Bagatur
5557b86a54
fmt
2024-09-04 13:31:29 -07:00
Bagatur
caf4ae3a45
fmt
2024-09-04 13:31:28 -07:00
Bagatur
c88b75ca6a
fmt
2024-09-04 13:30:02 -07:00
Bagatur
e409a85a28
fmt
2024-09-04 13:29:24 -07:00
Bagatur
40634d441a
make
2024-09-04 13:29:24 -07:00
Bagatur
1d2a503ab8
standard-tests[patch]: add Ser/Des test
2024-09-04 13:29:20 -07:00
ccurme
b924c61440
qdrant[major]: drop support for python 3.8 ( #26061 )
2024-09-04 16:22:54 -04:00
Eugene Yurtsev
efa10c8ef8
core[minor]: Add message chunks to AnyMessage ( #26057 )
...
Adds the chunk variant of each Message to AnyMessage.
Required for this PR:
https://github.com/langchain-ai/langchain/pull/26050/files
2024-09-04 15:36:22 -04:00
ccurme
0a6c67ce6a
nomic: drop support for python 3.8 ( #26055 )
2024-09-04 15:30:00 -04:00
ccurme
ed771f2d2b
huggingface[major]: upgrade pydantic ( #26048 )
2024-09-04 15:08:43 -04:00
Bagatur
de97d50644
core,standard-tests[patch]: add Ser/Des test and update serialization mapping ( #26042 )
2024-09-04 11:58:36 -07:00
ccurme
63ba12d8e0
milvus: drop support for python 3.8 ( #26051 )
...
to be consistent with core
2024-09-04 14:54:45 -04:00
Bagatur
1241a004cb
fmt
2024-09-04 11:44:59 -07:00
Bagatur
4ba14ae9e5
fmt
2024-09-04 11:34:59 -07:00
Bagatur
f785cf029b
pinecone[major]: Update to pydantic v2 ( #26039 )
2024-09-04 11:28:54 -07:00
Bagatur
dba308447d
fmt
2024-09-04 11:28:04 -07:00
Bagatur
fdf6fbde18
fmt
2024-09-04 11:12:11 -07:00
Bagatur
576574c82c
fmt
2024-09-04 11:05:36 -07:00
ccurme
be7cd0756f
ollama[major]: upgrade pydantic ( #26044 )
2024-09-04 13:54:52 -04:00
ccurme
51c6899850
groq[major]: upgrade pydantic ( #26036 )
2024-09-04 13:41:40 -04:00
ccurme
163d6fe8ef
anthropic: update pydantic ( #26000 )
...
Migrated with gritql: https://github.com/eyurtsev/migrate-pydantic
2024-09-04 13:35:51 -04:00
ccurme
7cee7fbfad
mistralai: update pydantic ( #25995 )
...
Migrated with gritql: https://github.com/eyurtsev/migrate-pydantic
2024-09-04 13:26:17 -04:00
Bagatur
7bf54636ff
make
2024-09-04 10:24:42 -07:00
Bagatur
3ec93c2817
standard-tests[patch]: add Ser/Des test
2024-09-04 10:24:06 -07:00
ccurme
4799ad95d0
core[patch]: remove warnings from protected namespaces on RunnableSerializable ( #26040 )
2024-09-04 13:10:08 -04:00
Bagatur
88065d794b
fmt
2024-09-04 09:52:01 -07:00
Bagatur
b27bfa6717
pinecone[major]: Update to pydantic v2
2024-09-04 09:50:39 -07:00
Bagatur
5adeaf0732
openai[major]: switch to pydantic v2 ( #26001 )
2024-09-04 09:18:29 -07:00
Bagatur
f9d91e19c5
fireworks[major]: switch to pydantic v2 ( #26004 )
2024-09-04 09:18:10 -07:00
Friso H. Kingma
af11fbfbf6
langchain_openai: Make sure the response from the async client in the astream method of ChatOpenAI is properly awaited in case of "include_response_headers=True" ( #26031 )
...
- **Description:** This is a **one line change**. the
`self.async_client.with_raw_response.create(**payload)` call is not
properly awaited within the `_astream` method. In `_agenerate` this is
done already, but likely forgotten in the other method.
- **Issue:** Not applicable
- **Dependencies:** No dependencies required.
(If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.)
---------
Co-authored-by: Chester Curme <chester.curme@gmail.com >
2024-09-04 13:26:48 +00:00
ZhangShenao
c812237217
Improvement[Community] Improve args description in api doc of DocArrayInMemorySearch
( #26024 )
...
- Add missing arg
- Remove redundant arg
2024-09-04 09:26:26 -04:00
Tomaz Bratanic
c649b449d7
Add the option to ignore structured output method to LLM graph transf… ( #26013 )
...
Open source models like Llama3.1 have function calling, but it's not
that great. Therefore, we introduce the option to ignore model's
function calling and just use the prompt-based approach
2024-09-04 09:15:43 -04:00
Bagatur
4c7afb0d6c
Update libs/partners/openai/langchain_openai/llms/base.py
2024-09-03 23:36:19 -07:00
Bagatur
c1ff61669d
Update libs/partners/openai/langchain_openai/llms/base.py
2024-09-03 23:36:14 -07:00
Bagatur
54d6808c1e
Update libs/partners/openai/langchain_openai/llms/azure.py
2024-09-03 23:36:08 -07:00
Bagatur
78468de2e5
Update libs/partners/openai/langchain_openai/llms/azure.py
2024-09-03 23:36:02 -07:00
Bagatur
76572f963b
Update libs/partners/openai/langchain_openai/embeddings/base.py
2024-09-03 23:35:56 -07:00
Bagatur
c0448f27ba
Update libs/partners/openai/langchain_openai/embeddings/base.py
2024-09-03 23:35:51 -07:00
Bagatur
179aaa4007
Update libs/partners/openai/langchain_openai/embeddings/azure.py
2024-09-03 23:35:43 -07:00