@llm-tools/embedjs-interfaces
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -0,1 +1,20 @@ | ||
## 0.1.3 (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.2 (2024-10-06) | ||
@@ -2,0 +21,0 @@ |
{ | ||
"name": "@llm-tools/embedjs-interfaces", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Interfaces for extending the embedjs ecosystem", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -20,2 +20,3 @@ import createDebugMessages from 'debug'; | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-empty-function | ||
async init() { } | ||
@@ -22,0 +23,0 @@ async query(system, userQuery, supportingContext, conversationId = 'default') { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35301
589