@llm-tools/embedjs-interfaces
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@llm-tools/embedjs-interfaces", | ||
"version": "0.0.1", | ||
"dependencies": { | ||
"uuid": "^10.0.0", | ||
"debug": "^4.3.7", | ||
"md5": "^2.3.0" | ||
}, | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"llm", | ||
"ai", | ||
"gpt3", | ||
"chain", | ||
"prompt", | ||
"prompt engineering", | ||
"chatgpt", | ||
"machine learning", | ||
"ml", | ||
"anthropic", | ||
"embeddings", | ||
"vectorstores" | ||
], | ||
"author": "K V Adhityan", | ||
"bugs": { | ||
"url": "https://github.com/llm-tools/embedjs/issues" | ||
}, | ||
"homepage": "https://github.com/llm-tools/embedjs#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/llm-tools/embedjs.git" | ||
}, | ||
"module": "./src/index.js", | ||
"types": "./src/index.d.ts" | ||
} | ||
"name": "@llm-tools/embedjs-interfaces", | ||
"version": "0.1.0", | ||
"description": "Interfaces for extending the embedjs ecosystem", | ||
"dependencies": { | ||
"debug": "^4.3.7", | ||
"md5": "^2.3.0", | ||
"uuid": "^10.0.0" | ||
}, | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"llm", | ||
"ai", | ||
"gpt3", | ||
"chain", | ||
"prompt", | ||
"prompt engineering", | ||
"chatgpt", | ||
"machine learning", | ||
"ml", | ||
"anthropic", | ||
"embeddings", | ||
"vectorstores" | ||
], | ||
"author": "K V Adhityan", | ||
"bugs": { | ||
"url": "https://github.com/llm-tools/embedjs/issues" | ||
}, | ||
"homepage": "https://github.com/llm-tools/embedjs#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/llm-tools/embedjs.git" | ||
}, | ||
"module": "./src/index.js", | ||
"types": "./src/index.d.ts" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @llm-tools/embedjs-interfaces | ||
# embedjs-interfaces | ||
@@ -3,0 +3,0 @@ <p> |
36024
39