Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lone17 committed Apr 25, 2024
1 parent 45cd313 commit a116102
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# kotaemon

Build and use local RAG-based Question Answering (QA) applications.

https://github.com/Cinnamon/kotaemon/assets/25688648/815ecf68-3a02-4914-a0dd-3f8ec7e75cd9

[Source Code](https://github.com/Cinnamon/kotaemon) |
Expand All @@ -13,9 +15,7 @@ https://github.com/Cinnamon/kotaemon/assets/25688648/815ecf68-3a02-4914-a0dd-3f8
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![built with Codeium](https://codeium.com/badges/main)](https://codeium.com)

Build and use local RAG-based Question Answering (QA) applications.

This repository would like to appeal to both end users who want to do QA on their
This project would like to appeal to both end users who want to do QA on their
documents and developers who want to build their own QA pipeline.

- For end users:
Expand All @@ -34,6 +34,13 @@ open source.

## Installation

### For end users

This document is intended for developers. If you just want to install and use the app as
it, please follow the [User Guide](https://cinnamon.github.io/kotaemon/).

### For developers

```shell
# Create a environment
python -m venv kotaemon-env
Expand Down

0 comments on commit a116102

Please sign in to comment.