@aquiles-ai/aquiles-rag-js
Version:
Aquiles-RAG-JS variant made in Fastify to continue the high-performance philosophy of the Python version with FastAPI
62 lines (61 loc) • 1.4 kB
JSON
{
"name": "@aquiles-ai/aquiles-rag-js",
"version": "2.0.0",
"description": "Aquiles-RAG-JS variant made in Fastify to continue the high-performance philosophy of the Python version with FastAPI",
"main": "src/index.js",
"exports": {
"./deploy-config": "./src/deploy_conf/deploy_config.js"
},
"files": [
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"keywords": [
"AI",
"RAG",
"Fastify",
"LLMs",
"search",
"retrieval",
"augmented",
"generation",
"API"
],
"author": "Aquiles-ai",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Aquiles-ai/Aquiles-RAG-JS.git"
},
"bugs": {
"url": "https://github.com/Aquiles-ai/Aquiles-RAG-JS/issues"
},
"homepage": "https://github.com/Aquiles-ai/Aquiles-RAG-JS#readme",
"publishConfig": {
"access": "public"
},
"bin": {
"aquiles": "./bin/run.js"
},
"oclif": {
"commands": "./src/commands"
},
"dependencies": {
"@fastify/middie": "^9.0.3",
"@fastify/swagger": "^9.5.1",
"@fastify/swagger-ui": "^5.2.3",
"@oclif/core": "^4.5.2",
"fastify": "^5.4.0",
"fastify-plugin": "^5.0.1",
"npq": "^3.10.0",
"redis": "^5.7.0"
},
"devDependencies": {
"eslint": "^9.32.0",
"nodemon": "^3.1.10"
}
}