ragvault
Version:
Securely manage and query your private data using a local vector database. Your private RAG.
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "ragvault",
"version": "4.8.5",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"main": "tsc && node ./dist/index.js",
"build": "tsc"
},
"bin": {
"ragvault": "./dist/index.js"
},
"files": [
"dist"
],
"author": "DhrishP",
"license": "MIT",
"description": "Securely manage and query your private data using a local vector database. Your private RAG.",
"dependencies": {
"@chroma-core/default-embed": "^0.1.8",
"@chroma-core/openai": "^0.1.7",
"@types/inquirer": "^9.0.3",
"bcryptjs": "^3.0.2",
"cfonts": "^3.3.0",
"chalk": "^5.3.0",
"chalk-animation": "^2.0.3",
"chromadb": "^3.0.11",
"chromadb-default-embed": "^2.13.2",
"dotenv": "^16.4.5",
"inquirer": "^9.1.5",
"inquirer-file-tree-selection-prompt": "^2.0.5",
"nanoid": "^5.0.7",
"nanospinner": "^1.1.0",
"pdf-to-text": "^0.0.7"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/chalk-animation": "^1.6.3",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/DhrishP/RAGVault"
},
"keywords": [
"RAG",
"Terminal",
"Command Line Interface",
"CLI"
]
}