GenerativeAIExamples icon indicating copy to clipboard operation
GenerativeAIExamples copied to clipboard

NGC_API_KEY variable is not set

Open efealioksuz opened this issue 1 year ago • 0 comments

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?

efealioksuz avatar Oct 07 '24 13:10 efealioksuz