an unofficial implementation of paper "Query Rewriting via Large Language Models"
- pip install -r requirement.txt
- pealse download longformer in huggenface to enable the embedding moodule.(using download.py in prepare file)
- set the databse configuration in postgres.json/mysql.json in config_file
- set the openai api key in pipeline_module/gpt.py