Implement synonym map, Levenshtein fuzzy corrector, and multi-question FAQ indexing in chatbot service

This commit is contained in:
Shanmuga Krishnan S M
2026-07-27 08:44:37 +05:30
parent 42933f88cc
commit 7bc77e5f98
3 changed files with 192 additions and 27 deletions

View File

@@ -42,11 +42,20 @@
{
"keywords": ["fees", "payment", "online fees", "pay", "worldline"],
"question": "How do I pay my college fees online?",
"questions": [
"where can I make online payment for college tuition?",
"how to pay tuition fees online?"
],
"answer": "You can make secure online fee payments through the Worldline portal at: https://epayments.in.worldline.com/rajalakshmi?swith=rollnumber."
},
{
"keywords": ["library", "books", "hours", "timing", "saturday"],
"question": "What are the timings and opening hours of the central library?",
"questions": [
"when is the library open?",
"is library open on saturdays?",
"library working hours"
],
"answer": "The central library is open from 8:00 AM to 5:00 PM on all working days, and from 10:00 AM to 2:00 PM on Saturdays."
},
{