UNPKG

rag-aiquest

Version:

### Aiquest is an npm package that streamlines the process of parsing websites, splitting content into manageable chunks, embedding these chunks into machine-friendly vectors, and subsequently storing and retrieving these embeddings from AWS. This documen

57 lines (56 loc) 1.38 kB
{ "name": "rag-aiquest", "version": "1.4.1", "description": "", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "test": "jest", "start": "node dist/index.js", "dev": "tsup src/index.ts --format cjs,esm --dts", "release": "npm run dev && npx changeset publish", "lint": "tsc" }, "files": [ "dist/" ], "repository": { "type": "git", "url": "git+https://github.com/apurvjha123/aiquest.git" }, "keywords": [ "AI-powered", "SemanticSearch", "QnARetrival", "openai", "ChatbotEssential", "chatbot" ], "author": "Apurv Jha", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.23.2", "@changesets/cli": "^2.26.2", "@types/jest": "^29.5.6", "@types/node": "^20.8.7", "@types/pdf-parse": "^1.1.3", "babel-jest": "^29.7.0", "jest": "^29.7.0", "tsup": "^7.2.0", "typescript": "^5.2.2" }, "dependencies": { "aws-sdk": "^2.1478.0", "axios": "^1.5.1", "cheerio": "^1.0.0-rc.12", "openai": "^4.12.4", "pdf-parse": "git+https://github.com/apurvjha123/pdf-parse.git" }, "bugs": { "url": "https://github.com/apurvjha123/aiquest/issues" }, "homepage": "https://github.com/apurvjha123/aiquest#readme" }