Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Mar 22, 2024
1 parent 7eefbba commit 3ad8d1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ This command will launch the backend server, allowing you to access the FastAPI
- RAG Option 2 playground interface: <http://0.0.0.0:8000/rag-2/playground/>
- RAG Option 3 playground interface: <http://0.0.0.0:8000/rag-3/playground/>

3. Launch the Streamlit frontend interface:

```bash
make launch_frontend
```

## Development

To set up a development environment and install pre-commit hooks, run the following commands:
Expand Down

0 comments on commit 3ad8d1e

Please sign in to comment.