ccurme
35aacff6c6
groq[patch]: cherry-pick 26391 into v0.3rc ( #26397 )
...
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-09-12 18:24:24 +00:00
ccurme
40df0249fb
pinecone: release 0.2.0.dev1 ( #26386 )
...
TODO: update `aiohttp` >= 3.10.
2024-09-12 14:04:51 -04:00
ccurme
458d6f76ad
qdrant: release 0.2.0.dev1 ( #26388 )
2024-09-12 11:38:12 -04:00
ccurme
6b24eeb884
fireworks[patch]: fix warnings ( #26385 )
2024-09-12 14:03:24 +00:00
Bagatur
da037f1c55
docs: fix anthropic docstrings ( #26367 )
2024-09-12 02:01:07 +00:00
Eugene Yurtsev
edcd348ce7
huggingface,box[patch]: Add missing default None ( #26323 )
...
This PR was autogenerated using gritql
```
engine marzano(0.1)
language python
class_definition(name=$C, $body, superclasses=$S) where {
$C <: ! "Config", // Does not work in this scope, but works after class_definition
$body <: block($statements),
$statements <: some bubble assignment(left=$x, right=$y, type=$t) as $A where {
or {
$y <: `Field($z)`,
$x <: "model_config"
}
},
// And has either Any or Optional fields without a default
$statements <: some bubble assignment(left=$x, right=$y, type=$t) as $A where {
$t <: or {
r"Optional.*",
r"Any",
r"Union[None, .*]",
r"Union[.*, None, .*]",
r"Union[.*, None]",
},
$y <: ., // Match empty node
$t => `$t = None`,
},
}
```
```shell
grit apply 'class_definition(name=$C, $body, superclasses=$S) where {
$C <: ! "Config", // Does not work in this scope, but works after class_definition
$body <: block($statements),
$statements <: some bubble assignment(left=$x, right=$y, type=$t) as $A where {
or {
$y <: `Field($z)`,
$x <: "model_config"
}
},
// And has either Any or Optional fields without a default
$statements <: some bubble assignment(left=$x, right=$y, type=$t) as $A where {
$t <: or {
r"Optional.*",
r"Any",
r"Union[None, .*]",
r"Union[.*, None, .*]",
r"Union[.*, None]",
},
$y <: ., // Match empty node
$t => `$t = None`,
},
}
' --language python .
```
2024-09-11 11:07:31 -04:00
Erick Friis
157d32b294
prompty: fix core dep for min testing ( #26300 )
2024-09-11 02:28:59 +00:00
ccurme
89c6cb6f8b
mongo[patch]: release 0.2.0.dev1 ( #26289 )
2024-09-10 19:03:45 -04:00
ccurme
e2c8690e7f
community[patch]: fix huggingface pydantic 2 init ( #26286 )
2024-09-10 18:15:39 -04:00
ccurme
fc08f240ee
huggingface[patch]: bump deps and increment version to 0.1.0.dev1 ( #26263 )
2024-09-10 16:49:12 -04:00
Bagatur
b904763115
fmt
2024-09-10 12:44:11 -07:00
Bagatur
cecdc119bf
merge
2024-09-10 12:32:47 -07:00
ccurme
622cb7d2cf
huggingface[patch]: update integration tests on v0.3rc branch ( #26274 )
...
cherry-pick these from master branch
2024-09-10 15:06:48 -04:00
ccurme
979232257b
huggingface[patch]: add integration tests for embeddings ( #26272 )
2024-09-10 14:57:16 -04:00
ccurme
3a0c7c705c
ollama[patch]: bump core dep and increment version to 0.2.0.dev1 ( #26271 )
...
Confirmed no pydantic warnings in unit or integration tests.
2024-09-10 14:41:53 -04:00
ccurme
4ffd27c4d0
huggingface[patch]: add integration tests ( #26269 )
...
Add standard tests for ChatHuggingFace. About half of these fail
currently.
2024-09-10 18:31:51 +00:00
ccurme
6df9178056
groq[patch]: bump deps ( #26261 )
...
To confirm no pydantic warnings.
2024-09-10 10:42:56 -04:00
Bagatur
949127fbc1
infra: rm check pydantic scripts ( #26240 )
2024-09-09 17:12:16 -07:00
ccurme
2070d659a0
mistralai: release 0.2.0.dev1 ( #26236 )
2024-09-09 16:09:23 -04:00
Bagatur
71268f7a15
standard-tests[patch]: resolve pydantic warnings ( #26190 )
2024-09-09 10:34:57 -07:00
Bagatur
179eeead81
anthropic[patch]: pydantic ^2.7.4 ( #26191 )
2024-09-08 11:46:19 -07:00
John
97a8e365ec
partners/unstructured: update unstructured client version ( #26105 )
...
Users are having version conflicts with `unstructured-client` as
described here:
https://unstructuredw-kbe4326.slack.com/archives/C06JJHC9G4U/p1725557970546199?thread_ts=1725035247.162819&cid=C06JJHC9G4U
This PR fixes that issue and should update the version to "0.1.3" as
well for a clean-slate version for users to install
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-09-08 18:32:34 +00:00
Marcelo Machado
9bd4f1dfa8
docs: small improvement ChatOllama setup description ( #26043 )
...
Small improvement on ChatOllama description
---------
Co-authored-by: Marcelo Machado <mmachado@ibm.com >
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-09-08 00:15:05 +00:00
Erick Friis
6e82d2184b
partners/mongodb: release 0.1.9 ( #26193 )
2024-09-07 23:20:25 +00:00
Erick Friis
b664b3364c
multiple: merge master into v0.3rc branch ( #26163 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
Co-authored-by: Bagatur <baskaryan@gmail.com >
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com >
Co-authored-by: Tomaz Bratanic <bratanic.tomaz@gmail.com >
Co-authored-by: ZhangShenao <15201440436@163.com >
Co-authored-by: Friso H. Kingma <fhkingma@gmail.com >
Co-authored-by: Chester Curme <chester.curme@gmail.com >
Co-authored-by: ChengZi <chen.zhang@zilliz.com >
2024-09-06 13:42:29 -07:00
Bagatur
bccc546a25
v0.3 dev releases ( #26096 )
...
branch for cutting dev releases
---------
Co-authored-by: Chester Curme <chester.curme@gmail.com >
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-09-06 13:35:19 -07:00
Erick Friis
ae24f7364d
multiple: version bumps ( #26159 )
2024-09-06 12:37:17 -07:00
ccurme
1b77063c88
openai[patch]: set protected namespaces on embeddings ( #26155 )
2024-09-06 13:00:41 -04:00
ChengZi
a03141ac51
partners[milvus]: fix integration test issues ( #26136 )
...
fix some integration test issues:
https://github.com/langchain-ai/langchain/actions/runs/10688447230/job/29628412258
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-09-06 16:52:36 +00:00
Erick Friis
5c1ebd3086
partners/unstructured: release 0.1.3 ( #26119 )
2024-09-06 16:22:53 +00:00
Bagatur
8da2ace99d
openai[patch]: update snapshots ( #26098 )
2024-09-05 11:41:14 -04:00
ccurme
e5aa0f938b
mongo[major]: upgrade pydantic ( #26053 )
2024-09-05 09:05:41 -04:00
Bagatur
79c46319dd
couchbase[patch]: rm pydantic usage ( #26068 )
2024-09-04 16:29:14 -07:00
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
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
caf4ae3a45
fmt
2024-09-04 13:31:28 -07:00
Bagatur
e409a85a28
fmt
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
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
ccurme
63ba12d8e0
milvus: drop support for python 3.8 ( #26051 )
...
to be consistent with core
2024-09-04 14:54:45 -04: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