stanford-futuredata / ColBERT

ColBERT: state-of-the-art neural search (SIGIR'20, TACL'21, NeurIPS'21, NAACL'22, CIKM'22, ACL'23, EMNLP'23)
MIT License
2.68k stars 355 forks source link

Fix INDEX_ROOT is not used correctly in server.py #269

Closed XQ-UT closed 6 months ago

XQ-UT commented 8 months ago

Seems like even if we specify INDEX_ROOT as environment variable, it still use default_index_root in searcher (which I believe is ColBERT/experiments/default/indexes).

XQ-UT commented 8 months ago

@okhat Appreciate a review for this.

okhat commented 6 months ago

Thanks so much! Merged.