Skip to content

Commit 43e676d

Browse files
committed
new: fix gitignore, add neighbors and queries for random-100 dataset
1 parent 7b52dae commit 43e676d

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

datasets/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
*/*
2-
!random-100/
2+
!random-100/*

datasets/random-100/neighbors.jsonl

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[0]
2+
[1]
3+
[2]
4+
[3]
5+
[4]
6+
[5]
7+
[6]
8+
[7]
9+
[8]
10+
[9]

0 commit comments

Comments
 (0)