this repo implement QA system interactive with elasticsearch database
python3 -m pip install -r requirements.txt
python3 create_vectordb.py --host <host> --username <username> --password <password>
python3 main.py --host <host> --username <username> --password <password>
CUDA_VISIBLE_DEVICES=0 python3 main.py --host http://es8.shuidata.cn:88 --password *****