mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user