Skip to content

Commit

Permalink
chore: updated package dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityan committed Nov 22, 2024
1 parent 7fa78e2 commit 9bfcf25
Show file tree
Hide file tree
Showing 18 changed files with 1,518 additions and 555 deletions.
4 changes: 2 additions & 2 deletions core/embedjs-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.18",
"description": "Interfaces for extending the embedjs ecosystem",
"dependencies": {
"@langchain/core": "^0.3.17",
"@langchain/core": "^0.3.18",
"debug": "^4.3.7",
"md5": "^2.3.0",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"type": "module",
"main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions core/embedjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"@llm-tools/embedjs-interfaces": "0.1.18",
"@llm-tools/embedjs-utils": "0.1.18",
"debug": "^4.3.7",
"langchain": "^0.3.5",
"langchain": "^0.3.6",
"md5": "^2.3.0",
"mime": "^4.0.4",
"stream-mime-type": "^2.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/md5": "^2.3.5",
"@types/node": "^22.8.7"
"@types/node": "^22.9.1"
},
"main": "./src/index.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion databases/embedjs-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.18",
"description": "Add CosmosDB support to embedjs",
"dependencies": {
"@azure/cosmos": "^4.1.1",
"@azure/cosmos": "^4.2.0",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7"
},
Expand Down
2 changes: 1 addition & 1 deletion databases/embedjs-lancedb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.18",
"description": "Add LanceDb support to embedjs",
"dependencies": {
"@lancedb/lancedb": "^0.12.0",
"@lancedb/lancedb": "^0.13.0",
"@llm-tools/embedjs-interfaces": "0.1.18",
"compute-cosine-similarity": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion databases/embedjs-lmdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Add LMDB support to embedjs",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.18",
"lmdb": "^3.1.4"
"lmdb": "^3.1.6"
},
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion databases/embedjs-qdrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@llm-tools/embedjs-interfaces": "0.1.18",
"@qdrant/js-client-rest": "^1.12.0",
"debug": "^4.3.7",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion loaders/embedjs-loader-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.18",
"@llm-tools/embedjs-utils": "0.1.18",
"csv-parse": "^5.5.6",
"csv-parse": "^5.6.0",
"debug": "^4.3.7",
"md5": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion loaders/embedjs-loader-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@llm-tools/embedjs-loader-web": "0.1.18",
"debug": "^4.3.7",
"md5": "^2.3.0",
"micromark": "^4.0.0",
"micromark": "^4.0.1",
"micromark-extension-gfm": "^3.0.0",
"micromark-extension-mdx-jsx": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion loaders/embedjs-loader-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@llm-tools/embedjs-loader-web": "0.1.18",
"debug": "^4.3.7",
"md5": "^2.3.0",
"sitemapper": "^3.2.14"
"sitemapper": "^3.2.18"
},
"type": "module",
"main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions models/embedjs-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.18",
"description": "Enable usage of Anthropic models with embedjs",
"dependencies": {
"@langchain/anthropic": "^0.3.7",
"@langchain/core": "^0.3.17",
"@langchain/anthropic": "^0.3.8",
"@langchain/core": "^0.3.18",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7"
},
Expand Down
4 changes: 2 additions & 2 deletions models/embedjs-huggingface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Enable usage of HuggingFace models with embedjs",
"dependencies": {
"@huggingface/inference": "^2.8.1",
"@langchain/community": "^0.3.11",
"@langchain/core": "^0.3.17",
"@langchain/community": "^0.3.15",
"@langchain/core": "^0.3.18",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7"
},
Expand Down
4 changes: 2 additions & 2 deletions models/embedjs-llama-cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.18",
"description": "Enable usage of Node-Llama-Cpp with embedjs",
"dependencies": {
"@langchain/community": "^0.3.11",
"@langchain/core": "^0.3.15",
"@langchain/community": "^0.3.15",
"@langchain/core": "^0.3.18",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7",
"node-llama-cpp": "^3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions models/embedjs-mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.18",
"description": "Enable usage of Mistral models with embedjs",
"dependencies": {
"@langchain/core": "^0.3.17",
"@langchain/mistralai": "^0.1.1",
"@langchain/core": "^0.3.18",
"@langchain/mistralai": "^0.2.0",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7"
},
Expand Down
4 changes: 2 additions & 2 deletions models/embedjs-ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.18",
"description": "Enable usage of Ollama with embedjs",
"dependencies": {
"@langchain/core": "^0.3.17",
"@langchain/ollama": "^0.1.1",
"@langchain/core": "^0.3.18",
"@langchain/ollama": "^0.1.2",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7"
},
Expand Down
4 changes: 2 additions & 2 deletions models/embedjs-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.18",
"description": "Enable usage of OpenAI models with embedjs",
"dependencies": {
"@langchain/core": "^0.3.17",
"@langchain/openai": "^0.3.11",
"@langchain/core": "^0.3.18",
"@langchain/openai": "^0.3.14",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7"
},
Expand Down
4 changes: 2 additions & 2 deletions models/embedjs-vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.18",
"description": "Enable usage of VertexAI models with embedjs",
"dependencies": {
"@langchain/core": "^0.3.17",
"@langchain/google-vertexai": "^0.1.0",
"@langchain/core": "^0.3.18",
"@langchain/google-vertexai": "^0.1.2",
"@llm-tools/embedjs-interfaces": "0.1.18",
"debug": "^4.3.7"
},
Expand Down
Loading

0 comments on commit 9bfcf25

Please sign in to comment.