right135 commited on
Commit
356f0a6
ยท
verified ยท
1 Parent(s): 98cc6c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,7 +24,7 @@ configs:
24
 
25
  <p align="center">
26
  ๐ŸŒ <a href="https://github.com/flashserve/RAGPulse">Github Link</a> |
27
- ๐Ÿค— <a href="https://github.com/right135/RAGPulse/tree/main/data">Workload Trace</a> |
28
  ๐Ÿ“‘ <a href="https://arxiv.org/pdf/2511.12979">Arxiv Paper</a> |
29
  ๐Ÿค– <a href="https://github.com/flashserve/RAGPulse/tree/main/example/single_online_instance">How to use?</a>
30
  </p>
@@ -33,7 +33,7 @@ RAGPulse is a real-world RAG workload trace collected from an university-wide Q&
33
 
34
  ## Dataset Details
35
 
36
- **There are currently 6 files in [data](https://github.com/right135/RAGPulse/tree/main/data)**
37
 
38
  - `0_trace.jsonl` contains the key information of our trace. Totally 7,106 lines.
39
  - `1_sys_prompt.jsonl` contains the hash_ids corresponding to the system prompt content and the length of the token corresponding to the hash_ids. Totally 6,898 lines.
 
24
 
25
  <p align="center">
26
  ๐ŸŒ <a href="https://github.com/flashserve/RAGPulse">Github Link</a> |
27
+ ๐Ÿค— <a href="https://github.com/flashserve/RAGPulse/tree/main/data">Workload Trace</a> |
28
  ๐Ÿ“‘ <a href="https://arxiv.org/pdf/2511.12979">Arxiv Paper</a> |
29
  ๐Ÿค– <a href="https://github.com/flashserve/RAGPulse/tree/main/example/single_online_instance">How to use?</a>
30
  </p>
 
33
 
34
  ## Dataset Details
35
 
36
+ **There are currently 6 files in [data](https://github.com/flashserve/RAGPulse/tree/main/data)**
37
 
38
  - `0_trace.jsonl` contains the key information of our trace. Totally 7,106 lines.
39
  - `1_sys_prompt.jsonl` contains the hash_ids corresponding to the system prompt content and the length of the token corresponding to the hash_ids. Totally 6,898 lines.