-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1949 from SciPhi-AI/feature/update-readme
up
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|