From 2d6c02ebeae02f72ce129e00bb1fd14dc268ae37 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Sun, 8 Sep 2024 21:29:40 +0700 Subject: [PATCH] fix: update README bump:patch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e88758..3c5eede 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ documents and developers who want to build their own RAG pipeline. - For developers: - A framework for building your own RAG-based document QA pipeline. - Customize and see your RAG pipeline in action with the provided UI (built with Gradio ). + - If you use Gradio for developmenet, check out our theme here [kotaemon-gradio-theme](https://github.com/lone17/kotaemon-gradio-theme). ```yml +----------------------------------------------------------------------------+ @@ -76,7 +77,8 @@ appreciated. ### For end users This document is intended for developers. If you just want to install and use the app as -it is, please follow the non-technical [User Guide](https://cinnamon.github.io/kotaemon/) (WIP). +it is, please follow the non-technical [User Guide](https://cinnamon.github.io/kotaemon/). +Use the most recent release .zip to include latest features and bug-fixes. ### For developers