Skip to content

Commit

Permalink
docs: update README.md (#484)
Browse files Browse the repository at this point in the history
authenticaton -> authentication
  • Loading branch information
eltociear authored May 16, 2024
1 parent ca9cc6e commit e0cf408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Dataherald is a natural language-to-SQL engine built for enterprise-level questi

This repository contains four components under `/services` which can be used together to set up an end-to-end Dataherald deployment:

1. Engine: The core natural language-to-SQL engine. If you would like to use the dataherald API without users or authenticaton, running the engine will suffice.
1. Engine: The core natural language-to-SQL engine. If you would like to use the dataherald API without users or authentication, running the engine will suffice.
2. Enterprise: The application API layer which adds authentication, organizations and users, and other business logic to Dataherald.
3. Admin-console: The front-end component of Dataherald which allows a GUI for configuration and observability. You will need to run both engine and enterprise for the admin-console to work.
4. Slack: A slackbot which allows users from a slack channel to interact with dataherald. Requires both engine and enterprise to run.
Expand Down

0 comments on commit e0cf408

Please sign in to comment.