ccurme
d172984c91
infra: migrate to uv ( #29566 )
2025-02-06 13:36:26 -05:00
Erick Friis
2d776351af
community: release 0.3.16 ( #29452 )
2025-01-28 07:44:54 +00:00
Bagatur
536b44a47f
community[patch]: Release 0.3.15 ( #29325 )
2025-01-21 03:10:07 +00:00
Bagatur
923e6fb321
core[patch]: 0.3.31 ( #29320 )
2025-01-21 01:17:31 +00:00
ccurme
3e618b16cd
community[patch]: release 0.3.14 ( #29019 )
2025-01-03 15:34:24 -05:00
Bagatur
1c797ac68f
infra: speed up unit tests ( #28974 )
...
Co-authored-by: Erick Friis <erick@langchain.dev>
2025-01-02 04:13:08 +00:00
Erick Friis
6526db4871
community: bump core ( #28819 )
2024-12-19 06:41:53 -08:00
Erick Friis
4dc28b43ac
community: release 0.3.13 ( #28798 )
2024-12-18 21:58:46 +00:00
Bagatur
a0534ae62a
community[patch]: Release 0.3.12 ( #28725 )
2024-12-14 22:13:20 +00:00
Bagatur
d0e662e43b
community[patch]: Release 0.3.11 ( #28658 )
2024-12-10 20:51:13 +00:00
Bagatur
e6a62d8422
core,langchain,community[patch]: allow langsmith 0.2 ( #28598 )
2024-12-10 18:50:58 +00:00
Erick Friis
07c2ac765a
community: release 0.3.10 ( #28600 )
2024-12-07 00:07:13 +00:00
Bagatur
49914e959a
community[patch]: Release 0.3.9 ( #28451 )
2024-12-02 16:23:37 +00:00
Greg Hinch
5141f25a20
community[patch]: support numpy2 ( #28184 )
...
Follows on from #27991 , updates the langchain-community package to
support numpy 2 versions
---------
Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-11-27 11:10:58 -05:00
ccurme
bb83abd037
community[patch]: remove sqlalchemy cap ( #28389 )
2024-11-27 10:20:36 -05:00
ccurme
a83357dc5a
community[patch]: release 0.3.8 ( #28316 )
2024-11-23 08:21:21 -05:00
Erick Friis
6d2004ee7d
multiple: langchain-standard-tests -> langchain-tests ( #28139 )
2024-11-15 11:32:04 -08:00
ccurme
f1222739f8
core[patch]: support numpy 2 ( #27991 )
2024-11-14 13:08:57 -05:00
ccurme
15b7dd3ad7
community[patch]: release 0.3.7 ( #28061 )
2024-11-12 19:54:58 +00:00
Bagatur
5c14e1f935
community[patch]: Release 0.3.6 ( #28046 )
2024-11-12 15:15:07 +00:00
Bagatur
ee63d21915
many: use core 0.3.15 ( #27834 )
2024-11-01 20:35:55 +00:00
ccurme
b631b0a596
community[patch]: cap SQLAlchemy and update deps ( #27792 )
...
SQLAlchemy 2.0.36 introduces a regression when creating a table in
DuckDB.
Relevant issues:
- In SQLAlchemy repo (resolution is to update DuckDB):
https://github.com/sqlalchemy/sqlalchemy/discussions/12011
- In DuckDB repo (PR is open):
https://github.com/Mause/duckdb_engine/issues/1128
Plan is to track these issues and remove cap when resolved.
2024-10-31 14:19:09 +00:00
Erick Friis
128b07208e
community: release 0.3.4 ( #27769 )
2024-10-30 17:48:03 -07:00
Erick Friis
600b7bdd61
all: test 3.13 ci ( #27197 )
...
Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-10-25 12:56:58 -07:00
CLOVA Studio 개발
846a75284f
community: Add Naver chat model & embeddings ( #25162 )
...
Reopened as a personal repo outside the organization.
## Description
- Naver HyperCLOVA X community package
- Add chat model & embeddings
- Add unit test & integration test
- Add chat model & embeddings docs
- I changed partner
package(https://github.com/langchain-ai/langchain/pull/24252 ) to
community package on this PR
- Could this
embeddings(https://github.com/langchain-ai/langchain/pull/21890 ) be
deprecated? We are trying to replace it with embedding
model(**ClovaXEmbeddings**) in this PR.
Twitter handle: None. (if needed, contact with
joonha.jeon@navercorp.com )
---
you can check our previous discussion below:
> one question on namespaces - would it make sense to have these in
.clova namespaces instead of .naver?
I would like to keep it as is, unless it is essential to unify the
package name.
(ClovaX is a branding for the model, and I plan to add other models and
components. They need to be managed as separate classes.)
> also, could you clarify the difference between ClovaEmbeddings and
ClovaXEmbeddings?
There are 3 models that are being serviced by embedding, and all are
supported in the current PR. In addition, all the functionality of CLOVA
Studio that serves actual models, such as distinguishing between test
apps and service apps, is supported. The existing PR does not support
this content because it is hard-coded.
---------
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Vadym Barda <vadym@langchain.dev>
2024-10-24 20:54:13 +00:00
Erick Friis
97a819d578
community: fix lint from new mypy ( #27474 )
2024-10-18 20:08:03 +00:00
Erick Friis
c397baa85f
community: release 0.3.3 ( #27472 )
2024-10-18 12:52:15 -07:00
Diao Zihao
4553573acb
core[patch],langchain[patch],community[patch]: Bump version dependency of tenacity to >=8.1.0,!=8.4.0,<10 ( #27201 )
...
This should fixes the compatibility issue with graprag as in
- https://github.com/langchain-ai/langchain/discussions/25595
Here are the release notes for tenacity 9
(https://github.com/jd/tenacity/releases/tag/9.0.0 )
---------
Signed-off-by: Zihao Diao <hi@ericdiao.com>
Co-authored-by: Eugene Yurtsev <eugene@langchain.dev>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2024-10-09 14:00:45 +00:00
Erick Friis
84c05b031d
community: release 0.3.2 ( #27214 )
2024-10-08 23:33:55 -07:00
Erick Friis
6f3c8313ba
community: bump langchain version ( #26876 )
2024-09-25 12:58:24 -07:00
Erick Friis
e068407f18
community: bump core versoin ( #26875 )
2024-09-25 12:57:16 -07:00
Eugene Yurtsev
25cb44c9ee
0.3.1 release community ( #26872 )
...
Release for 0.3.1
---------
Co-authored-by: Erick Friis <erick@langchain.dev>
2024-09-25 19:38:53 +00:00
William FH
19ce95d3c9
Avoid copying runs ( #26689 )
...
Also, re-unify run trees. Use a single shared client.
2024-09-20 10:57:41 -07:00
ccurme
900115a568
community: release 0.3 ( #26472 )
2024-09-13 22:55:56 +00:00
Erick Friis
c2a3021bb0
multiple: pydantic 2 compatibility, v0.3 ( #26443 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Dan O'Donovan <dan.odonovan@gmail.com>
Co-authored-by: Tom Daniel Grande <tomdgrande@gmail.com>
Co-authored-by: Grande <Tom.Daniel.Grande@statsbygg.no>
Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: ccurme <chester.curme@gmail.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.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: ChengZi <chen.zhang@zilliz.com>
Co-authored-by: Nuno Campos <nuno@langchain.dev>
Co-authored-by: Morgante Pell <morgantep@google.com>
2024-09-13 14:38:45 -07:00
Bagatur
e32adad17a
community[patch]: Release 0.2.17 ( #26432 )
2024-09-13 09:56:39 -07:00
William FH
262e19b15d
infra: Clear cache for env-var checks ( #26073 )
2024-09-06 21:29:29 +00:00
Bagatur
0af447c90b
community[patch]: Release 0.2.16 ( #25982 )
2024-09-03 18:34:18 +00:00
Bagatur
ca1c3bd9c0
community[patch]: bump + fix core dep ( #25901 )
2024-08-30 15:54:07 -07:00
Erick Friis
09b04c7e3b
"community: release 0.2.15" ( #25867 )
2024-08-30 02:18:48 +00:00
Erick Friis
5db6c6d96d
community: release 0.2.14 ( #25822 )
2024-08-28 19:05:53 +00:00
Bagatur
b0ac6fe8d3
community[patch]: Release 0.2.13 ( #25806 )
2024-08-28 08:57:49 +00:00
Erick Friis
f6491ceb7d
community: remove integration test deps ( #24460 )
...
they arent used
2024-08-23 23:25:17 +00:00
Christophe Bornet
7f1e444efa
partners: Use simsimd types ( #25299 )
...
The simsimd package [now has
types](https://github.com/ashvardanian/SimSIMD/releases/tag/v5.0.0 )
2024-08-23 10:41:39 -04:00
Erick Friis
2907ab2297
community: release 0.2.12 ( #25324 )
2024-08-12 23:30:27 +00:00
Bagatur
8e2316b8c2
community[patch]: Release 0.2.11 ( #24989 )
2024-08-02 20:08:44 +00:00
Chaunte W. Lacewell
69eacaa887
Community[minor]: Update VDMS vectorstore ( #23729 )
...
**Description:**
- This PR exposes some functions in VDMS vectorstore, updates VDMS
related notebooks, updates tests, and upgrade version of VDMS (>=0.0.20)
**Issue:** N/A
**Dependencies:**
- Update vdms>=0.0.20
2024-07-25 22:13:04 -04:00
Bagatur
8691a5a37f
community[patch]: Release 0.2.10 ( #24560 )
2024-07-23 09:24:57 -07:00
Erick Friis
3dce2e1d35
all: add release notes to pypi ( #24519 )
2024-07-22 13:59:13 -07:00
Bagatur
842065a9cc
community[patch]: Release 0.2.9 ( #24453 )
2024-07-19 12:50:22 -07:00