Skip to content

Commit

Permalink
✏️ rename Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Mar 22, 2024
1 parent be651f3 commit 9d62205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ingest_rag_2:
ingest_rag_3:
poetry run python -m backend.rag_3.ingest

serve:
serve_backend:
poetry run python -m app.server

launch_frontend:
serve_frontend:
poetry run python -m streamlit run frontend/front.py
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ To use the RAG Multimodal Demo, follow these steps:
2. Start the backend server locally:

```bash
make serve
make serve_backend
```

This command will launch the backend server, allowing you to access the FastAPI documentation and playground interfaces :
Expand All @@ -180,7 +180,7 @@ This command will launch the backend server, allowing you to access the FastAPI
3. Launch the Streamlit frontend interface:

```bash
make launch_frontend
make serve_frontend
```

## Development
Expand Down

0 comments on commit 9d62205

Please sign in to comment.