GenerativeAIExamples
GenerativeAIExamples copied to clipboard
NGC_API_KEY variable is not set
When I run try to compose the multi_turn_rag, I get the warning:
WARN[0000] The "NGC_API_KEY" variable is not set. Defaulting to a blank string. Cannot connect to the Docker daemon at unix:///Users/efealioksuz/.docker/run/docker.sock. Is the docker daemon running?.
Now, I have got my NVIDIA API key and export it as an environment variable as explained in the readme.file of multi_turn_rag;
export NVIDIA_API_KEY="nvapi-<...>".
However, I don't see any explanations about "NGC_API_KEY", and where to get that?