From caf3731ba27766b356e761045387a64feef177fd Mon Sep 17 00:00:00 2001 From: Ben Eagan Date: Mon, 24 Jun 2024 14:55:15 -0400 Subject: [PATCH] Drop docker mention from README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 84bbaea..021d20c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,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 -receives files and returns parsed documents. The parser API is provided as a dockerized service that can be -deployed locally or in the cloud. +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 Python code in a convenient manner. The `CompassParserClient` provides methods to parse single and multiple