Support new feature about Ollama (#262)

### What problem does this PR solve?

Issue link:#221

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
KevinHuSh
2024-04-08 19:59:31 +08:00
committed by GitHub
parent 3708b97db9
commit b6887a20f8
4 changed files with 17 additions and 8 deletions

View File

@ -101,6 +101,7 @@
```bash
$ cd ragflow/docker
$ chmod +x ./entrypoint.sh
$ docker compose up -d
```
@ -165,12 +166,13 @@ $ git clone https://github.com/infiniflow/ragflow.git
$ cd ragflow/
$ docker build -t infiniflow/ragflow:v1.0 .
$ cd ragflow/docker
$ chmod +x ./entrypoint.sh
$ docker compose up -d
```
## 🆕 Latest Features
- Support [Ollam](./docs/ollama.md) for local LLM deployment.
- Support [Ollama](./docs/ollama.md) for local LLM deployment.
- Support Chinese UI.
## 📜 Roadmap