Skip to content

Update README.md "Try it Now!" #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ For more information, refer to the [Generative AI Example releases](https://gith

Experience NVIDIA RAG Pipelines with just a few steps!

1. Get your NVIDIA API key.
1. Get your NVIDIA NGC API key.
1. Go to the [NVIDIA API Catalog](https://build.ngc.nvidia.com/explore/).
1. Select any model.
1. Click **Get API Key**.
1. Run:
```console
export NVIDIA_API_KEY=nvapi-...
export NGC_API_KEY=nvapi-...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be needed. Can you provide the exact error you are seeing without setting this?

```

1. Clone the repository.
Expand All @@ -76,7 +76,7 @@ Experience NVIDIA RAG Pipelines with just a few steps!
docker compose up -d --build
```

1. Go to <https://localhost:8090/> and submit queries to the sample RAG Playground.
1. Go to <http://localhost:8090/> and submit queries to the sample RAG Playground.

1. Stop containers when done.

Expand Down