Skip to content

Commit

Permalink
Merge pull request #129 from llm-tools/huggingface
Browse files Browse the repository at this point in the history
Huggingface
  • Loading branch information
adhityan authored Oct 13, 2024
2 parents cc725be + bc32ba2 commit daeb63c
Show file tree
Hide file tree
Showing 61 changed files with 333 additions and 532 deletions.
20 changes: 5 additions & 15 deletions core/embedjs-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.5 (2024-10-11)

## 0.1.6 (2024-10-13)

### 🩹 Fixes

- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))
This was a version bump only for embedjs-interfaces to align it with other projects, there were no code changes.

## 0.1.5 (2024-10-11)

### ❤️ Thank You
### 🩹 Fixes

- Adhityan K V @adhityan
- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))

## 0.1.4 (2024-10-09)

Expand All @@ -24,10 +22,6 @@

- capitalization on contributing.md ([0381453](https://github.com/llm-tools/embedJs/commit/0381453))

### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.3 (2024-10-06)

SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum directly,
Expand All @@ -44,10 +38,6 @@ SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum

- 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.5",
"version": "0.1.6",
"description": "Interfaces for extending the embedjs ecosystem",
"dependencies": {
"@langchain/core": "^0.3.9",
Expand Down
20 changes: 5 additions & 15 deletions core/embedjs-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.5 (2024-10-11)

## 0.1.6 (2024-10-13)

### 🩹 Fixes

- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))
This was a version bump only for embedjs-utils to align it with other projects, there were no code changes.

## 0.1.5 (2024-10-11)

### ❤️ Thank You
### 🩹 Fixes

- Adhityan K V @adhityan
- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))

## 0.1.4 (2024-10-09)

Expand All @@ -24,10 +22,6 @@

- capitalization on contributing.md ([0381453](https://github.com/llm-tools/embedJs/commit/0381453))

### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.3 (2024-10-06)

SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum directly,
Expand All @@ -44,10 +38,6 @@ SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum

- 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.5",
"version": "0.1.6",
"description": "Useful util functions when extending the embedjs ecosystem",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.5"
"@llm-tools/embedjs-interfaces": "0.1.6"
},
"type": "module",
"main": "./src/index.js",
Expand Down
20 changes: 5 additions & 15 deletions core/embedjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.5 (2024-10-11)

## 0.1.6 (2024-10-13)

### 🩹 Fixes

- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))
This was a version bump only for embedjs to align it with other projects, there were no code changes.

## 0.1.5 (2024-10-11)

### ❤️ Thank You
### 🩹 Fixes

- Adhityan K V @adhityan
- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))

## 0.1.4 (2024-10-09)

Expand All @@ -26,10 +24,6 @@

- capitalization on contributing.md ([0381453](https://github.com/llm-tools/embedJs/commit/0381453))

### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.3 (2024-10-06)

SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum directly,
Expand All @@ -46,10 +40,6 @@ SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum

- 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.5",
"version": "0.1.6",
"description": "A NodeJS RAG framework to easily work with LLMs and custom datasets",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.5",
"@llm-tools/embedjs-utils": "0.1.5",
"@llm-tools/embedjs-interfaces": "0.1.6",
"@llm-tools/embedjs-utils": "0.1.6",
"axios": "^1.7.7",
"debug": "^4.3.7",
"langchain": "^0.3.2",
Expand Down
20 changes: 5 additions & 15 deletions databases/embedjs-astra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.5 (2024-10-11)

## 0.1.6 (2024-10-13)

### 🩹 Fixes

- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))
This was a version bump only for embedjs-astra to align it with other projects, there were no code changes.

## 0.1.5 (2024-10-11)

### ❤️ Thank You
### 🩹 Fixes

- Adhityan K V @adhityan
- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))

## 0.1.4 (2024-10-09)

Expand All @@ -24,10 +22,6 @@

- capitalization on contributing.md ([0381453](https://github.com/llm-tools/embedJs/commit/0381453))

### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.3 (2024-10-06)

SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum directly,
Expand All @@ -44,10 +38,6 @@ SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum

- 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.5",
"version": "0.1.6",
"description": "Add AstraDB support to embedjs",
"dependencies": {
"@datastax/astra-db-ts": "^1.5.0",
"@llm-tools/embedjs-interfaces": "0.1.5",
"@llm-tools/embedjs-interfaces": "0.1.6",
"debug": "^4.3.7"
},
"type": "module",
Expand Down
20 changes: 5 additions & 15 deletions databases/embedjs-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.5 (2024-10-11)

## 0.1.6 (2024-10-13)

### 🩹 Fixes

- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))
This was a version bump only for embedjs-cosmos to align it with other projects, there were no code changes.

## 0.1.5 (2024-10-11)

### ❤️ Thank You
### 🩹 Fixes

- Adhityan K V @adhityan
- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))

## 0.1.4 (2024-10-09)

Expand All @@ -24,10 +22,6 @@

- capitalization on contributing.md ([0381453](https://github.com/llm-tools/embedJs/commit/0381453))

### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.3 (2024-10-06)

SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum directly,
Expand All @@ -44,10 +38,6 @@ SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum

- 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.5",
"version": "0.1.6",
"description": "Add CosmosDB support to embedjs",
"dependencies": {
"@azure/cosmos": "^4.1.1",
"@llm-tools/embedjs-interfaces": "0.1.5",
"@llm-tools/embedjs-interfaces": "0.1.6",
"debug": "^4.3.7"
},
"type": "module",
Expand Down
20 changes: 5 additions & 15 deletions databases/embedjs-hnswlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.5 (2024-10-11)

## 0.1.6 (2024-10-13)

### 🩹 Fixes

- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))
This was a version bump only for embedjs-hnswlib to align it with other projects, there were no code changes.

## 0.1.5 (2024-10-11)

### ❤️ Thank You
### 🩹 Fixes

- Adhityan K V @adhityan
- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))

## 0.1.4 (2024-10-09)

Expand All @@ -24,10 +22,6 @@

- capitalization on contributing.md ([0381453](https://github.com/llm-tools/embedJs/commit/0381453))

### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.3 (2024-10-06)

SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum directly,
Expand All @@ -44,10 +38,6 @@ SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum

- 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.5",
"version": "0.1.6",
"description": "Add HNSWLib support to embedjs",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.5",
"@llm-tools/embedjs-interfaces": "0.1.6",
"debug": "^4.3.7",
"hnswlib-node": "^3.0.0"
},
Expand Down
20 changes: 5 additions & 15 deletions databases/embedjs-lancedb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.5 (2024-10-11)

## 0.1.6 (2024-10-13)

### 🩹 Fixes

- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))
This was a version bump only for embedjs-lancedb to align it with other projects, there were no code changes.

## 0.1.5 (2024-10-11)

### ❤️ Thank You
### 🩹 Fixes

- Adhityan K V @adhityan
- minor changelog double lines removed ([7e3509a](https://github.com/llm-tools/embedJs/commit/7e3509a))

## 0.1.4 (2024-10-09)

Expand All @@ -24,10 +22,6 @@

- capitalization on contributing.md ([0381453](https://github.com/llm-tools/embedJs/commit/0381453))

### ❤️ Thank You

- Adhityan K V @adhityan

## 0.1.3 (2024-10-06)

SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum directly,
Expand All @@ -44,10 +38,6 @@ SIMPLE_MODEL enum is back. Now you can configure a model by passing in this enum

- 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.5",
"version": "0.1.6",
"description": "Add LanceDb support to embedjs",
"dependencies": {
"@lancedb/lancedb": "^0.11.0",
"@llm-tools/embedjs-interfaces": "0.1.5",
"@llm-tools/embedjs-interfaces": "0.1.6",
"compute-cosine-similarity": "^1.1.0"
},
"type": "module",
Expand Down
Loading

0 comments on commit daeb63c

Please sign in to comment.