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
Bagatur
d072d592a1
Update libs/partners/openai/langchain_openai/embeddings/azure.py
2024-09-03 23:35:35 -07:00
Bagatur
78c454c130
Update libs/partners/openai/langchain_openai/chat_models/base.py
2024-09-03 23:35:30 -07:00
Bagatur
5199555c0d
Update libs/partners/openai/langchain_openai/chat_models/base.py
2024-09-03 23:35:26 -07:00
Bagatur
5e31cd91a7
Update libs/partners/openai/langchain_openai/chat_models/azure.py
2024-09-03 23:35:21 -07:00
Bagatur
49a1f5dd47
Update libs/partners/openai/langchain_openai/chat_models/azure.py
2024-09-03 23:35:15 -07:00
Bagatur
d0cc9b022a
Update libs/partners/fireworks/langchain_fireworks/chat_models.py
2024-09-03 23:30:56 -07:00
Bagatur
a91bd2737a
Update libs/partners/fireworks/langchain_fireworks/chat_models.py
2024-09-03 23:30:49 -07:00
Bagatur
5ad2b8ce80
Merge branch 'v0.3rc' into bagatur/fireworks_0.3
2024-09-03 23:29:07 -07:00
Bagatur
b78764599b
Merge branch 'v0.3rc' into bagatur/openai_attempt_2
2024-09-03 23:28:50 -07:00
Bagatur
2888e34f53
infra: remove pydantic v1 tests ( #26006 )
2024-09-03 23:27:52 -07:00
Bagatur
dd4418a503
rm requires
2024-09-03 23:26:13 -07:00
Bagatur
a976f2071b
Merge branch 'v0.3rc' into bagatur/rm_pydantic_v1_ci
2024-09-03 19:06:22 -07:00
Eugene Yurtsev
5f98975be0
core[patch]: Fix injected args in tool signature ( #25991 )
...
- Fix injected args in tool signature
- Fix another unit test that was using the wrong namespace import in
pydantic
2024-09-03 21:53:50 -04:00
Bagatur
0529c991ce
rm
2024-09-03 18:02:12 -07:00
Bagatur
954abcce59
infra: remove pydantic v1 tests
2024-09-03 18:01:34 -07:00
Bagatur
6ad515d34e
Merge branch 'v0.3rc' into bagatur/fireworks_0.3
2024-09-03 17:51:46 -07:00
Bagatur
99348e1614
Merge branch 'v0.3rc' into bagatur/openai_attempt_2
2024-09-03 17:51:27 -07:00
Bagatur
2c742cc20d
standard-tests[major]: use pydantic v2 ( #26005 )
2024-09-03 17:50:45 -07:00
Bagatur
02f87203f7
standard-tests[major]: use pydantic v2
2024-09-03 17:48:20 -07:00
Bagatur
56163481dd
fmt
2024-09-03 17:46:41 -07:00
Bagatur
6aac2eeab5
fmt
2024-09-03 17:42:22 -07:00
Bagatur
559d8a4d13
fireworks[major]: switch to pydantic v2
2024-09-03 17:41:28 -07:00
Bagatur
34fc00aff1
openai[patch]: add back azure embeddings api_version alias ( #26003 )
2024-09-03 17:27:10 -07:00
Bagatur
4b99426a4f
openai[patch]: add back azure embeddings api_version alias
2024-09-03 17:25:03 -07:00
Bagatur
ec9e8eb71c
fmt
2024-09-03 17:24:24 -07:00
Bagatur
9399df7777
fmt
2024-09-03 16:57:42 -07:00
Bagatur
5fc1104d00
fmt
2024-09-03 16:51:14 -07:00
Bagatur
6777106fbe
fmt
2024-09-03 16:50:17 -07:00
Bagatur
5f5287c3b0
fmt
2024-09-03 16:48:53 -07:00
Bagatur
615f8b0d47
openai[major]: switch to pydantic v2
2024-09-03 16:33:35 -07:00
Bagatur
9a9ab65030
merge master correctly ( #25999 )
2024-09-03 14:57:29 -07:00
Bagatur
241b6d2355
Revert "merge master ( #25997 )" ( #25998 )
2024-09-03 14:55:28 -07:00