mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Update developer doc (#15336)
### What problem does this PR solve? update developer doc ### Type of change - [x] Documentation Update
This commit is contained in:
@@ -101,7 +101,7 @@ docker compose -f docker/docker-compose-base.yml up -d
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
JEMALLOC_PATH=$(pkg-config --variable=libdir jemalloc)/libjemalloc.so;
|
JEMALLOC_PATH=$(pkg-config --variable=libdir jemalloc)/libjemalloc.so;
|
||||||
LD_PRELOAD=$JEMALLOC_PATH python rag/svr/task_executor.py 1;
|
LD_PRELOAD=$JEMALLOC_PATH python rag/svr/task_executor.py -i 1;
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
python api/ragflow_server.py;
|
python api/ragflow_server.py;
|
||||||
|
|||||||
Reference in New Issue
Block a user