Skip to content

Commit

Permalink
Merge pull request #118 from llm-tools/monorepo
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
adhityan authored Oct 6, 2024
2 parents 5a525f0 + 5da432a commit c4d4781
Show file tree
Hide file tree
Showing 55 changed files with 637 additions and 123 deletions.
19 changes: 19 additions & 0 deletions core/embedjs-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
2 changes: 1 addition & 1 deletion core/embedjs-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-tools/embedjs-interfaces",
"version": "0.1.1",
"version": "0.1.2",
"description": "Interfaces for extending the embedjs ecosystem",
"dependencies": {
"debug": "^4.3.7",
Expand Down
19 changes: 19 additions & 0 deletions core/embedjs-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions core/embedjs-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@llm-tools/embedjs-utils",
"version": "0.1.1",
"version": "0.1.2",
"description": "Useful util functions when extending the embedjs ecosystem",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.1"
"@llm-tools/embedjs-interfaces": "0.1.2"
},
"type": "module",
"main": "./src/index.js",
Expand Down
19 changes: 19 additions & 0 deletions core/embedjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
6 changes: 3 additions & 3 deletions core/embedjs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"type": "module",
"name": "@llm-tools/embedjs",
"version": "0.1.1",
"version": "0.1.2",
"description": "A NodeJS RAG framework to easily work with LLMs and custom datasets",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-utils": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"@llm-tools/embedjs-utils": "0.1.2",
"axios": "^1.7.7",
"debug": "^4.3.7",
"langchain": "^0.3.2",
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-astra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-astra/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@llm-tools/embedjs-astradb",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add AstraDB support to embedjs",
"dependencies": {
"@datastax/astra-db-ts": "^1.5.0",
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"debug": "^4.3.7"
},
"type": "module",
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@llm-tools/embedjs-cosmos",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add CosmosDB support to embedjs",
"dependencies": {
"@azure/cosmos": "^4.1.1",
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"debug": "^4.3.7"
},
"type": "module",
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-hnswlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-hnswlib/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@llm-tools/embedjs-hnswlib",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add HNSWLib support to embedjs",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"debug": "^4.3.7",
"hnswlib-node": "^3.0.0"
},
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-lancedb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-lancedb/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@llm-tools/embedjs-lancedb",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add LanceDb support to embedjs",
"dependencies": {
"@lancedb/lancedb": "^0.10.0",
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"compute-cosine-similarity": "^1.1.0"
},
"type": "module",
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-lmdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-lmdb/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@llm-tools/embedjs-lmdb",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add LMDB support to embedjs",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"lmdb": "^3.1.3"
},
"type": "module",
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@llm-tools/embedjs-mongodb",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add MongoDB support to embedjs",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"debug": "^4.3.7",
"mongodb": "^6.9.0"
},
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-pinecone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-pinecone/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@llm-tools/embedjs-pinecone",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add Pinecone support to embedjs",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"@pinecone-database/pinecone": "^3.0.3",
"debug": "^4.3.7"
},
Expand Down
19 changes: 19 additions & 0 deletions databases/embedjs-qdrant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.1.2 (2024-10-06)


### 🚀 Features

- readded local-path and url loaders ([303133c](https://github.com/llm-tools/embedJs/commit/303133c))


### 🩹 Fixes

- exclude examples from release process ([1382185](https://github.com/llm-tools/embedJs/commit/1382185))

- downgrade esbuild version to match nx requirements ([183308f](https://github.com/llm-tools/embedJs/commit/183308f))


### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.1 (2024-10-04)

Temporarily disabled dynamic, url and local path loaders as they required install of all modules from the monorepo. They will be reenabled soon.
Expand Down
4 changes: 2 additions & 2 deletions databases/embedjs-qdrant/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@llm-tools/embedjs-qdrant",
"version": "0.1.1",
"version": "0.1.2",
"description": "Add Qdrant support to embedjs",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.1",
"@llm-tools/embedjs-interfaces": "0.1.2",
"@qdrant/js-client-rest": "^1.11.0",
"debug": "^4.3.7",
"uuid": "^10.0.0"
Expand Down
Loading

0 comments on commit c4d4781

Please sign in to comment.