From fc48d5015cb890700b20c59bb6d88406b6d30ca5 Mon Sep 17 00:00:00 2001 From: "Amir A. Zohrenejad" <46583220+aazo11@users.noreply.github.com> Date: Wed, 15 May 2024 15:03:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340ac96e..bcea14dd 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Dataherald is a natural language-to-SQL engine built for enterprise-level questi - Enable Q+A from your production DBs inside your SaaS application - Create a ChatGPT plug-in from your proprietary data -This repository contains four components under `/services` which can be used together to set up an end-to-end : +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. 2. Enterprise: The application API layer which adds authentication, organizations and users, and other business logic to Dataherald.