{
  "name": "@llm-tools/embedjs-utils",
  "version": "0.1.31",
  "description": "Useful util functions when extending the embedjs ecosystem",
  "dependencies": {
    "@llm-tools/embedjs-interfaces": "0.1.31",
    "debug": "^4.4.3"
  },
  "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"
}