From b01fc217b2ebda7c2b06f2522881c0acc0c11d5c Mon Sep 17 00:00:00 2001 From: Tadashi Date: Wed, 2 Oct 2024 05:47:44 +0700 Subject: [PATCH] docs: update README #none --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e55756c..d86a021 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ developers in mind. [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-31013/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) - + docker pull ghcr.io/cinnamon/kotaemon:latest ![download](https://img.shields.io/github/downloads/Cinnamon/kotaemon/total.svg?label=downloads&color=blue) @@ -90,13 +90,13 @@ Use the most recent release `.zip` to include latest features and bug-fixes. 1. Python >=3.10 2. (optional) [Docker](https://www.docker.com/) -#### If you would like to process files other than .pdf, .html, .mhtml, and .xlsx documents: +##### If you would like to process files other than .pdf, .html, .mhtml, and .xlsx documents You will need to install the system dependencies of [unstructured](https://docs.unstructured.io/open-source/installation/full-installation#full-installation). The installations vary by operating system, so please go to the link and follow the instructions there. #### With Docker (recommended) -We support `lite` & `full` version of Docker images. With `full`, the extra packages of `unstructured` will be installed as +We support both `lite` & `full` version of Docker images. With `full`, the extra packages of `unstructured` will be installed as well, it can support additional file types (.doc, .docx, ...) but the cost is larger docker image size. For most users, the `lite` image should work well in most cases. - To use the `lite` version.