{
  "name": "@sf-ai/rag-functions",
  "version": "0.2.1",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "description": "RAG functions for import, export, and vector search",
  "homepage": "https://github.com/city-of-san-francisco/sf-rag-utils",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/city-of-san-francisco/sf-rag-utils"
  },
  "bugs": {
    "url": "https://github.com/city-of-san-francisco/sf-rag-utils/issues"
  },
  "files": [
    "deploy",
    "verify",
    "revert",
    "pgpm.plan",
    "*.control",
    "Makefile"
  ],
  "scripts": {
    "build": "true",
    "clean": "true",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watchAll"
  },
  "keywords": [
    "rag",
    "pgvector",
    "embeddings",
    "search"
  ],
  "devDependencies": {
    "makage": "0.1.9",
    "pgsql-test": "^2.18.15"
  },
  "gitHead": "f5a03dc46fb9e1713148d1210e4cf2ceac16a7a7"
}
