Spaces:
Sleeping
Sleeping
| { | |
| "name": "oai-backend", | |
| "version": "1.0.0", | |
| "description": "Search + RAG proxy for the oAI / ChatoAI app (web search, PDF/DOCX text extraction, MiniLM embeddings).", | |
| "type": "module", | |
| "main": "server.js", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "scripts": { | |
| "start": "node server.js", | |
| "dev": "node --watch server.js" | |
| }, | |
| "dependencies": { | |
| "@xenova/transformers": "^2.17.2", | |
| "cors": "^2.8.5", | |
| "express": "^4.19.2", | |
| "html-to-text": "^9.0.5", | |
| "mammoth": "^1.8.0", | |
| "pdf-parse": "^1.1.1" | |
| } | |
| } | |