fix: update README bump:patch

This commit is contained in:
Tadashi 2024-09-08 21:29:40 +07:00
parent b06c4777a3
commit 2d6c02ebea
No known key found for this signature in database
GPG Key ID: 399380A00CC9028D

View File

@ -32,6 +32,7 @@ documents and developers who want to build their own RAG pipeline.
- For developers: - For developers:
- A framework for building your own RAG-based document QA pipeline. - 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 <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>). - Customize and see your RAG pipeline in action with the provided UI (built with <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>).
- If you use Gradio for developmenet, check out our theme here [kotaemon-gradio-theme](https://github.com/lone17/kotaemon-gradio-theme).
```yml ```yml
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
@ -76,7 +77,8 @@ appreciated.
### For end users ### For end users
This document is intended for developers. If you just want to install and use the app as 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 ### For developers