Skip to content

Commit 5633734

Browse files
Update README.md
1 parent 393d857 commit 5633734

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Tool for querying natural language on tabular data like csvs,excel sheet,etc.
77

88
#### Features
99
* Supports detection from multiple csvs
10-
* Support FuzzyString implementation. i.e, incomplete csv values in query can be automatically detected and filled in the query.
10+
* Supports FuzzyString implementation. i.e, incomplete csv values in query can be automatically detected and filled in the query.
1111
* Open-Domain, No training required.
1212
* Add manual schema for customized experience
1313
* Auto-generate schemas in case schema not provided
14+
* Data visualisations
1415

1516

1617
### Configuration:
@@ -109,7 +110,7 @@ print(sql)
109110

110111
#### Multiple CSVs
111112

112-
Pass the path of the directories containing the csvs and schemas respectively. Refer [cleaned_data](tableqa/cleaned_data) and [schema](tableqa/schema) for examples.
113+
Pass the absolute path of the directories containing the csvs and schemas respectively. Refer [cleaned_data](tableqa/cleaned_data) and [schema](tableqa/schema) for examples.
113114

114115
##### Example
115116

0 commit comments

Comments
 (0)