Skip to content

Commit 45b1a2e

Browse files
committed
search script
1 parent 4f56f1e commit 45b1a2e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

scripts/search/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ We use these to evaluate search performance. `results.csv` contains a list of au
44

55
We use this to compute an average nDCG.
66

7+
## Install
8+
9+
- Requires python 3.11
10+
11+
```bash
12+
pip install -r requirements.txt
13+
```
14+
15+
## Running
16+
717
```bash
818
python compute_ndcg.py --help
919

scripts/search/requirements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
aiohappyeyeballs==2.4.4
2+
aiohttp==3.11.11
3+
aiosignal==1.3.2
4+
algoliasearch==4.12.0
5+
annotated-types==0.7.0
6+
async-timeout==5.0.1
7+
attrs==24.3.0
8+
certifi==2024.12.14
9+
charset-normalizer==3.4.1
10+
frozenlist==1.5.0
11+
idna==3.10
12+
multidict==6.1.0
13+
propcache==0.2.1
14+
pydantic==2.10.5
15+
pydantic_core==2.27.2
16+
python-dateutil==2.9.0.post0
17+
requests==2.32.3
18+
six==1.17.0
19+
typing_extensions==4.12.2
20+
urllib3==2.3.0
21+
yarl==1.18.3

0 commit comments

Comments
 (0)