root
│ .gitignore
│ README.md
│
├─.github
│ │ PULL_REQUEST_TEMPLATE.md
│ │
│ └─ISSUE_TEMPLATE
│ issue.md
│
├─code
│ │ .env.template
│ │
│ ├─BE
│ │ dense.py
│ │ logger.py
│ │ main.py
│ │ pyproject.toml
│ │ __init__.py
│ │
│ ├─DATA_GEN
│ │ │ main.py
│ │ │ split_chunks.py
│ │ │ val_query.py
│ │ │ __init__.py
│ │ │
│ │ ├─config
│ │ │ config.conf
│ │ │
│ │ └─src
│ │ │ Cafe.ipynb
│ │ │
│ │ ├─crawling
│ │ │ │ blog_crawling.py
│ │ │ │ cafe_crawling.py
│ │ │ │ scrapper.py
│ │ │ │ __init__.py
│ │ │ │
│ │ │ └─utils
│ │ │ blog_parser.py
│ │ │ csv_to_json.py
│ │ │ replace_text.py
│ │ │ request_blog.py
│ │ │ spacing.py
│ │ │ __init__.py
│ │ │
│ │ ├─mk_pair
│ │ │ mk_pair.py
│ │ │ __init__.py
│ │ │
│ │ └─preprocess
│ │ preprocess_blog.py
│ │ preprocess_google.py
│ │ __init__.py
│ │
│ ├─FE
│ │ ├─src
│ │ │ │ app.py
│ │ │ │
│ │ │ ├─api
│ │ │ │ model.py
│ │ │ │ survey.py
│ │ │ │ tour_api.py
│ │ │ │
│ │ │ ├─components
│ │ │ │ header.py
│ │ │ │ main_list_item.py
│ │ │ │
│ │ │ ├─model
│ │ │ │ dense.py
│ │ │ │ elastic_search.py
│ │ │ │ model_index.py
│ │ │ │ retrieval_similar.py
│ │ │ │
│ │ │ ├─pages
│ │ │ │ info.py
│ │ │ │ main.py
│ │ │ │ similar.py
│ │ │ │
│ │ │ ├─styles
│ │ │ │ main_list.py
│ │ │ │
│ │ │ └─util
│ │ │ get_cookie.py
│ │ │ get_name_list.py
│ │ │ theme_name_tuple.py
│ │ │
│ │ └─static
│ │ logo.png
│ │
│ └─MODEL
│ ├─DAPT
│ │ DAPT.sh
│ │ json_data_to_text.py
│ │ requirements.txt
│ │ run_mlm.py
│ │
│ ├─dense
│ │ dataset.py
│ │ retrieval.py
│ │ utils.py
│ │
│ └─sparse
│ elastic_search.py
│ elastic_search.sh
│
├─etc
│ my_stop_dic.txt
│
├─install
│ install_requirements.sh
│
└─sparse
retrieval.py
retrieval_similar.py
bash ./install/install_requirements.sh