Spaces:
Sleeping
Sleeping
sampathlonka
commited on
Commit
•
b5a4a51
1
Parent(s):
6004134
updated directory
Browse files
Tools.py
CHANGED
@@ -15,9 +15,9 @@ import logging
|
|
15 |
|
16 |
|
17 |
# Constants
|
18 |
-
SCRIPTURE_DESCRIPTIONS_CSV_PATH =
|
19 |
-
VEDAMANTRA_CSV_PATH =
|
20 |
-
PADA_CSV_PATH =
|
21 |
|
22 |
class ScriptureDescriptionToolSpec(BaseToolSpec):
|
23 |
spec_functions = ["get_description"]
|
|
|
15 |
|
16 |
|
17 |
# Constants
|
18 |
+
SCRIPTURE_DESCRIPTIONS_CSV_PATH = "Data/scripture_descriptions.csv"
|
19 |
+
VEDAMANTRA_CSV_PATH = "Data/veda_content_modified_v3.csv"
|
20 |
+
PADA_CSV_PATH = "Data/term_data_processed_v2.csv"
|
21 |
|
22 |
class ScriptureDescriptionToolSpec(BaseToolSpec):
|
23 |
spec_functions = ["get_description"]
|