Skip to content

This project is a corpus intelligent retrieval system implemented in the previous backend approach. We have implemented data management and permission management for the corpus.

License

Notifications You must be signed in to change notification settings

xhd0728/Corpus_Intelligent_Retrieval_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is a corpus intelligent retrieval system implemented in the previous backend approach. We have implemented data management and permission management for the corpus.

Start

Before running the project, you need to prepare necessary environment:

  • Make sure MySQL and Redis are installed.
  • Configure the db server in server/config/database.py.
  • Configure the JWT in server/config/jwt.py
  • Make sure the following configurations are the same:
    • baseURL in server/config/addr.py
    • baseURL in client/src/api/index.js
    • baseURL in client/src/globle/globleApi.js

Server

cd server
pip install -r ./requirements.txt
python ./manage.py migrate
python ./manage.py runserver 8000

Client

npm install
npm run serve

Contact

If you have any questions about this project, please contact:

Citation

If this project is helpful to you, please cite it in your paper:

@software{Corpus_Intelligent_Retrieval_System,
  author = {Haidong Xin and Fang Wu and Xiaojun Ye and Xianyu Zhang and Jingbo Sun},
  title = {{Corpus_Intelligent_Retrieval_System}},
  url = {https://github.com/xhd0728/Corpus_Intelligent_Retrieval_System},
  version = {1.0},
  year = {2024}
}

About

This project is a corpus intelligent retrieval system implemented in the previous backend approach. We have implemented data management and permission management for the corpus.

Resources

License

Stars

Watchers

Forks