Re-organized functions and added semantic embeddings
All checks were successful
Publish Library / Build NPM Project (push) Successful in 46s
Publish Library / Tag Version (push) Successful in 8s

This commit is contained in:
2025-12-19 11:16:05 -05:00
parent c896b585d0
commit 435c6127b1
9 changed files with 987 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/ai-utils",
"version": "0.1.22",
"version": "0.2.0",
"description": "AI Utility library",
"author": "Zak Timson",
"license": "MIT",
@@ -27,6 +27,7 @@
"dependencies": {
"@anthropic-ai/sdk": "^0.67.0",
"@tensorflow/tfjs": "^4.22.0",
"@xenova/transformers": "^2.17.2",
"@ztimson/node-utils": "^1.0.4",
"@ztimson/utils": "^0.27.9",
"ollama": "^0.6.0",