fix: update default settings and local model guide (#156)
This commit is contained in:
committed by
GitHub
parent
4b2b334d2c
commit
9354ad8241
12
README.md
12
README.md
@@ -3,7 +3,7 @@
|
||||
An open-source clean & customizable RAG UI for chatting with your documents. Built with both end users and
|
||||
developers in mind.
|
||||
|
||||

|
||||

|
||||
|
||||
[Live Demo](https://huggingface.co/spaces/taprosoft/kotaemon) |
|
||||
[Source Code](https://github.com/Cinnamon/kotaemon)
|
||||
@@ -68,7 +68,7 @@ appreciated.
|
||||
|
||||
- **Extensible**. Being built on Gradio, you are free to customize / add any UI elements as you like. Also, we aim to support multiple strategies for document indexing & retrieval. `GraphRAG` indexing pipeline is provided as an example.
|
||||
|
||||

|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
@@ -114,7 +114,7 @@ pip install -e "libs/ktem"
|
||||
|
||||
- (Optional) To enable in-browser PDF_JS viewer, download [PDF_JS_DIST](https://github.com/mozilla/pdf.js/releases/download/v4.0.379/pdfjs-4.0.379-dist.zip) and extract it to `libs/ktem/ktem/assets/prebuilt`
|
||||
|
||||
<img src="docs/images/pdf-viewer-setup.png" alt="pdf-setup" width="300">
|
||||
<img src="https://raw.githubusercontent.com/Cinnamon/kotaemon/main/docs/images/pdf-viewer-setup.png" alt="pdf-setup" width="300">
|
||||
|
||||
- Start the web server:
|
||||
|
||||
@@ -128,6 +128,10 @@ Default username / password are: `admin` / `admin`. You can setup additional use
|
||||
|
||||

|
||||
|
||||
## Setup local models (for local / private RAG)
|
||||
|
||||
See [Local model setup](docs/local_model.md).
|
||||
|
||||
## Customize your application
|
||||
|
||||
By default, all application data are stored in `./ktem_app_data` folder. You can backup or copy this folder to move your installation to a new machine.
|
||||
@@ -225,7 +229,7 @@ ollama pull nomic-embed-text
|
||||
|
||||
Set the model names on web UI and make it as default.
|
||||
|
||||

|
||||

|
||||
|
||||
##### Using GGUF with llama-cpp-python
|
||||
|
||||
|
Reference in New Issue
Block a user