@llm-tools/embedjs
Version:
A NodeJS RAG framework to easily work with LLMs and custom datasets
52 lines (51 loc) • 1.35 kB
JSON
{
"type": "module",
"name": "@llm-tools/embedjs",
"version": "0.1.27",
"description": "A NodeJS RAG framework to easily work with LLMs and custom datasets",
"dependencies": {
"@langchain/textsplitters": "^0.1.0",
"@llm-tools/embedjs-interfaces": "0.1.27",
"@llm-tools/embedjs-utils": "0.1.27",
"debug": "^4.4.0",
"langchain": "^0.3.8",
"md5": "^2.3.0",
"mime": "^4.0.6",
"stream-mime-type": "^2.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/md5": "^2.3.5",
"@types/node": "^22.10.2"
},
"main": "./src/index.js",
"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"
}