Skip to content

Commit

Permalink
docs: update README #none
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Oct 1, 2024
1 parent 76ab3fd commit b01fc21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<a href="https://github.com/Cinnamon/kotaemon" target="_blank">
<a href="https://github.com/Cinnamon/kotaemon/pkgs/container/kotaemon" target="_blank">
<img src="https://img.shields.io/badge/docker_pull-kotaemon:latest-brightgreen" alt="docker pull ghcr.io/cinnamon/kotaemon:latest"></a>
![download](https://img.shields.io/github/downloads/Cinnamon/kotaemon/total.svg?label=downloads&color=blue)
<a href='https://huggingface.co/spaces/cin-model/kotaemon-demo'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue'></a>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b01fc21

Please sign in to comment.