Skip to content

Commit

Permalink
Merge pull request #1949 from SciPhi-AI/feature/update-readme
Browse files Browse the repository at this point in the history
up
  • Loading branch information
emrgnt-cmplxty authored Feb 9, 2025
2 parents 336732f + da15bfd commit 39c8d44
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 39c8d44

Please sign in to comment.