Bhaskar Ram
feat: Python package, FastAPI REST server, TypeScript SDK
634117a
raw
history blame contribute delete
831 Bytes
{
"name": "@kerdos/rag-client",
"version": "0.1.0",
"description": "TypeScript/JS client for the Kerdos RAG REST API",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"dev": "tsc --watch",
"test": "node --test dist/index.test.js"
},
"keywords": [
"rag",
"llm",
"document-qa",
"kerdos",
"enterprise",
"ai"
],
"author": "Kerdos Infrasoft Private Limited <partnership@kerdos.in>",
"license": "MIT",
"homepage": "https://kerdos.in",
"repository": {
"type": "git",
"url": "https://huggingface.co/spaces/kerdosdotio/Custom-LLM-Chat"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"typescript": "^5.4.0"
}
}