From 54456e431e83cf538c381df22fe2d723a523f3ff Mon Sep 17 00:00:00 2001 From: benrules3 <150701337+benrules3@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:02:26 -0400 Subject: [PATCH] Update README.md Co-authored-by: Connor Clark <165684834+crclark-cohere@users.noreply.github.com> Signed-off-by: benrules3 <150701337+benrules3@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 021d20c..a09a1b3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Compass SDK is a Python library that allows you to parse documents and insert them into a Compass index. -In order to parser documents, the Compass SDK relies on the Compass Parser API, which is a RESTful API that +In order to parse documents, the Compass SDK relies on the Compass Parser API, which is a RESTful API that receives files and returns parsed documents. This requires a hosted Compass server. The Compass SDK provides a `CompassParserClient` that allows to interact with the parser API from your