Update README.md
Browse files
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/
|
| 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/
|
| 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.
|