Skip to content

Commit

Permalink
Drop docker mention from README
Browse files Browse the repository at this point in the history
  • Loading branch information
benrules3 committed Jun 24, 2024
1 parent c775756 commit caf3731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caf3731

Please sign in to comment.