I’ve created an environment variable where I store my api key and whenever I try to initialize my index by calling it I get an unauthorized authentication error, “Invalid API Key” error message. But if I just call the api key in my code cell without using an environment variable it works.
code: “index = pc.Index(“llama-index-rag-fs”)”
Please I need help with this.