File size: 1,021 Bytes
8a26b3d
f8d698f
8a26b3d
f8d698f
8a26b3d
f8d698f
8a26b3d
f8d698f
 
 
8a26b3d
f8d698f
 
 
 
 
 
 
 
 
 
 
 
8a26b3d
f8d698f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8a26b3d
 
a67789e
8a26b3d
f8d698f
f1544ce
f8d698f
f1544ce
 
 
 
8a26b3d
a67789e
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "distill-rag",
  "version": "1.0.0",
  "description": "A modular pipeline for dataset extraction, long-chunk indexing, and semantic search for distillation-style RAG systems.",
  "main": "index.js",

  "scripts": {
    "test": "jest",
    "rebuild:index": "bash rebuild_distill_index.sh",
    "clean": "node distill_rag_cleanup.js"
  },

  "keywords": [
    "rag",
    "distillation",
    "elasticsearch",
    "embeddings",
    "chunking",
    "nlp",
    "pipeline",
    "dataset-extraction"
  ],

  "author": "",
  "license": "Apache-2.0",

  "repository": {
    "type": "git",
    "url": "https://github.com/YOURNAME/distill-rag"
  },

  "bugs": {
    "url": "https://github.com/YOURNAME/distill-rag/issues"
  },

  "engines": {
    "node": ">=18"
  },

  "dependencies": {
    "@elastic/elasticsearch": "^8.17.0",
    "cheerio": "^1.1.2",
    "dotenv": "^16.4.7",
    "fs-extra": "^11.3.0"
  },

  "devDependencies": {
    "@jest/globals": "^30.2.0",
    "jest": "^30.2.0",
    "supertest": "^7.1.4"
  }
}