Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Feb 9, 2025
1 parent 336732f commit da15bfd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ pip install r2r
# Set necessary environment variables
export OPENAI_API_KEY=sk-...

# Run the server and database
r2r serve --docker --full
# Run R2R in `light` mode
python -m r2r.serve

# Alternatively, run R2R in `full` mode
# git clone [email protected]:SciPhi-AI/R2R.git . && cd R2R
# COMPOSE_PROFILES=postgres docker compose -f compose.full.yaml down

# Refer to docs for local LLM setup - https://r2r-docs.sciphi.ai/self-hosting/local-rag
```
Expand Down

0 comments on commit da15bfd

Please sign in to comment.