sampathlonka commited on
Commit
b5a4a51
1 Parent(s): 6004134

updated directory

Browse files
Files changed (1) hide show
  1. Tools.py +3 -3
Tools.py CHANGED
@@ -15,9 +15,9 @@ import logging
15
 
16
 
17
  # Constants
18
- SCRIPTURE_DESCRIPTIONS_CSV_PATH = r"Data/scripture_descriptions.csv"
19
- VEDAMANTRA_CSV_PATH = r"Data/veda_content_modified_v3.csv"
20
- PADA_CSV_PATH = r"Data/term_data_processed_v2.csv"
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"]