first push

This commit is contained in:
2022-11-22 15:32:06 +08:00
commit f4eee81c45
81 changed files with 31537 additions and 0 deletions

4
utils/celeryconfig.py Normal file
View File

@ -0,0 +1,4 @@
broker_url = 'redis://127.0.0.1:6379/0'
result_backend = 'redis://127.0.0.1:6379/1'
includ = ['ieemoo-ai-search.ieemoo-ai-search']
main = 'ieemoo-ai-search.ieemoo-ai-search'