Skip to content

Commit

Permalink
RAG Evaluation Dataset Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jun 18, 2024
1 parent eeb7338 commit 22c4796
Show file tree
Hide file tree
Showing 10 changed files with 10,384 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# TODO: remove ignore
data

# PyCharm
.idea/

Expand All @@ -18,6 +15,9 @@ ENV/
env.bak/
venv.bak/

# Jupyter Checkpoints
test/benchmarks/rag/.ipynb_checkpoints


# Distribution / packaging
.Python
Expand Down
249 changes: 249 additions & 0 deletions data/csv/owasp.csv

Large diffs are not rendered by default.

8,456 changes: 8,456 additions & 0 deletions data/json/hack_tricks.json

Large diffs are not rendered by default.

252 changes: 252 additions & 0 deletions data/json/medium_htb.json

Large diffs are not rendered by default.

104 changes: 104 additions & 0 deletions data/json/nmap.json

Large diffs are not rendered by default.

788 changes: 788 additions & 0 deletions data/json/null_byte.json

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions data/json/owasp.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/rag_eval/owasp_100.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
isort
pylint
pylint
tqdm
pandas
Loading

0 comments on commit 22c4796

Please sign in to comment.