midrees2806 commited on
Commit
769733b
Β·
verified Β·
1 Parent(s): 2c6e77d

Update rag.py

Browse files
Files changed (1) hide show
  1. rag.py +1 -1
rag.py CHANGED
@@ -108,7 +108,7 @@ def get_best_answer(user_input):
108
  return (
109
  "πŸ’° For the most complete and up-to-date fee details for your program at the University of Education Lahore, please visit the official fee structure page.\n"
110
  "This webpage offers a detailed overview of the fee structure, providing you with essential information to support your academic journey at our institution.\n"
111
- "πŸ”— https://ue.edu.pk/allfeestructure.php"
112
  )
113
 
114
  user_embedding = similarity_model.encode(user_input_lower, convert_to_tensor=True)
 
108
  return (
109
  "πŸ’° For the most complete and up-to-date fee details for your program at the University of Education Lahore, please visit the official fee structure page.\n"
110
  "This webpage offers a detailed overview of the fee structure, providing you with essential information to support your academic journey at our institution.\n"
111
+ "πŸ”— https://drive.google.com/file/d/1B30FKoP6GrkS9pQk10PWKCwcjco5E9Cc/view"
112
  )
113
 
114
  user_embedding = similarity_model.encode(user_input_lower, convert_to_tensor=True)