Spaces:
Sleeping
Sleeping
Update rag.py
Browse files
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://
|
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)
|