Skip to content

Commit 7cf54b9

Browse files
authored
Update README.md
1 parent c958aba commit 7cf54b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Athena
2-
Athena is the Q&A search engine built for your own FAQs and answers. This means that Athena uses your existing question and answer database and enables search queries on the questions. Athena ranks queries against the questions using Levenshtein distance. When running Athena, you will need to pass an argument for your CSV file that contains the questions and answers. The CSV file should be formatted as `question,answer`:
2+
Athena is the Q&A search engine built for your own FAQs and answers. This means that Athena uses your existing question and answer database and enables fuzzy search queries on the questions. Athena ranks queries against the questions using Levenshtein distance. When running Athena, you will need to pass an argument for your CSV file that contains the questions and answers. The CSV file should be formatted as `question,answer`:
33

44
```
55
Who made Athena?,Akhil Datla

0 commit comments

Comments
 (0)