@llm-tools/embedjs-utils
Version:
Useful util functions when extending the embedjs ecosystem
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@llm-tools/embedjs-utils",
"version": "0.1.29",
"description": "Useful util functions when extending the embedjs ecosystem",
"dependencies": {
"@llm-tools/embedjs-interfaces": "0.1.29"
},
"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"
},
"types": "./src/index.d.ts",
"module": "./src/index.js"
}