mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-29 09:41:59 +08:00
Update launch_ragflow_from_source.md (#4005)
update install poetry full package - [x] Documentation Update
This commit is contained in:
parent
e5c3083826
commit
78527acd88
@ -48,10 +48,14 @@ cd ragflow/
|
||||
```
|
||||
|
||||
3. Install Python dependencies:
|
||||
|
||||
- slim:
|
||||
```bash
|
||||
~/.local/bin/poetry install --sync --no-root
|
||||
```
|
||||
- full:
|
||||
```bash
|
||||
~/.local/bin/poetry install --sync --no-root --with full
|
||||
```
|
||||
*A virtual environment named `.venv` is created, and all Python dependencies are installed into the new environment.*
|
||||
|
||||
### Launch Third-party Services
|
||||
@ -138,4 +142,4 @@ In your web browser, enter `http://127.0.0.1:<PORT>/`, ensuring the port number
|
||||
2. Stop the RAGFlow backend service:
|
||||
```bash
|
||||
pkill -f "docker/entrypoint.sh"
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user