File size: 831 Bytes
634117a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "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"
  }
}