Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 719 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 719 Bytes

Athena

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:

Who made Athena?,Akhil Datla
What language is Athena made in?,Go

Screenshot of Athena's Search API: Screen Shot 2022-05-14 at 4 21 12 PM