Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Release Baidu, Exa, MixedBread, Nomic #6778

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/langchain-baidu-qianfan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/baidu-qianfan",
"version": "0.0.4",
"version": "0.1.0",
"description": "Baidu Qianfan integration for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"@baiducloud/qianfan": "^0.1.6",
"@langchain/openai": "~0.1.0",
"@langchain/openai": "~0.3.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.5"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-exa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/exa",
"version": "0.0.5",
"version": "0.1.0",
"description": "Exa integration for LangChain.js",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-mixedbread-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/mixedbread-ai",
"version": "0.1.0",
"version": "0.2.0",
"description": "Mixedbread AI integration for LangChain.js",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-nomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/nomic",
"version": "0.0.6",
"version": "0.1.0",
"description": "Nomic integration for LangChain.js",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-yandex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/yandex",
"version": "0.0.3",
"version": "0.1.0",
"description": "Yandex integration for LangChain.js",
"type": "module",
"engines": {
Expand Down
Loading