H4438 commited on
Commit
8ca3d8a
1 Parent(s): 72c5239

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -4
README.md CHANGED
@@ -32,7 +32,25 @@ configs:
32
 
33
 
34
  # Preprocess text
35
- ElasticSearch index: test-basic_test_tdt_dataset
36
- method: window_slide
37
- step: 50
38
- chunk_size: 1500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
 
34
  # Preprocess text
35
+
36
+ test-basic_test_tdt_dataset
37
+ ```json
38
+ {
39
+ "vector_index": "test-basic_test_tdt_dataset",
40
+ "method": "window_slide",
41
+ "step": 50,
42
+ "chunk_size": 1500
43
+ }
44
+ ```
45
+
46
+ index.medium_index_tdt
47
+ ```json
48
+ {
49
+ "vector_index": "vec-index.medium_index_tdt",
50
+ "text_index": "text-index.medium_index_tdt",
51
+ "method": "window_slide",
52
+ "step": 50,
53
+ "chunk_size": 1500,
54
+ "time(min)": "5.35"
55
+ }
56
+ ```