Spaces:
Paused
Paused
Tao Wu
commited on
Commit
·
8c5ef6e
1
Parent(s):
b077692
remove redis
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -7,7 +7,7 @@ from config import *
|
|
7 |
from embedding_setup import retriever, find_similar_occupation
|
8 |
from data_process import build_skill_query, get_occupations_from_csv, get_courses_from_BA, get_occupation_detial, build_occupation_query
|
9 |
|
10 |
-
r = redis.Redis(host=REDIS_HOST, port=REDIS_PORT, db=REDIS_DB, decode_responses=True)
|
11 |
skill_details_mapping = {}
|
12 |
|
13 |
|
|
|
7 |
from embedding_setup import retriever, find_similar_occupation
|
8 |
from data_process import build_skill_query, get_occupations_from_csv, get_courses_from_BA, get_occupation_detial, build_occupation_query
|
9 |
|
10 |
+
#r = redis.Redis(host=REDIS_HOST, port=REDIS_PORT, db=REDIS_DB, decode_responses=True)
|
11 |
skill_details_mapping = {}
|
12 |
|
13 |
|