clean up
Browse files- semanticsearch.py +5 -5
semanticsearch.py
CHANGED
@@ -72,8 +72,8 @@ def kural_definition(index: int):
|
|
72 |
return response
|
73 |
|
74 |
|
75 |
-
while True:
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
|
|
72 |
return response
|
73 |
|
74 |
|
75 |
+
# while True:
|
76 |
+
# text = input('Ask valluvar: ')
|
77 |
+
# if (text == 'exit'):
|
78 |
+
# break
|
79 |
+
# find_similarities(text)
|