File size: 410 Bytes
81fc00b
 
 
 
 
 
 
9cd28e9
81fc00b
 
de48493
1
2
3
4
5
6
7
8
9
10
11

file_path=./data
index_file=$file_path/e5_Flat.index
corpus_file=$file_path/wiki-18.jsonl
retriever=intfloat/e5-base-v2

export CUDA_VISIBLE_DEVICES="1,3"
python retrieval_server.py --index_path $index_file \
                                            --corpus_path $corpus_file \
                                            --topk 3 \
                                            --retriever_model $retriever