UNPKG

@tonytruong/chatbot-ai-lib

Version:

AI-powered healthcare automation, document parsing, OpenAI, embeddings, RAG, vector DB, Facebook OAuth.

59 lines (58 loc) 1.39 kB
{ "name": "@tonytruong/chatbot-ai-lib", "version": "1.0.7", "description": "AI-powered healthcare automation, document parsing, OpenAI, embeddings, RAG, vector DB, Facebook OAuth.", "main": "dist/src/index.js", "module": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist", "README.md" ], "homepage": "https://github.com/tonytruongdev/auto-care-ai-lib#readme", "bugs": { "url": "https://github.com/tonytruongdev/auto-care-ai-lib/issues" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "ai", "healthcare", "openai", "embedding", "rag", "vector", "pdf", "docx", "nlp", "facebook", "oauth" ], "author": "Tony Truong <tonytruongdev@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tonytruongdev/auto-care-ai-lib.git" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "obfuscate": "javascript-obfuscator dist --output dist-obf" }, "devDependencies": { "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.6.7", "chromadb": "^2.4.6", "docx": "^9.5.0", "mammoth": "^1.9.1", "mongoose": "^8.15.1", "openai": "^4.103.0", "pdf-parse": "^1.1.1", "sentence-splitter": "^5.0.0", "xlsx": "^0.18.5" } }