Hello - I am testing LlamaParse and using VectorStoreIndex. I get an API error - LocalProtocolError: Illegal hearder value b'Bearer '. I know this relates to the OpenAI API key. I set this is an enviroment variable and it is correct. I am not sure how to solve this. Any ideas?
I had the same issue with the LLAMA_CLOUD_API_KEY which only worked if i specifically set it again with api_key = in LlamaParse - so it is as if it does not recognise the environment variables. I don't know how to overcome that with VectorStoreIndex as I can not manually set it
@WhiteFang_Jr I reinstalled in virtual environment locally and seems to work. So suspect something went wrong with the installation in Google Colab. Thanks for taking the time to have a look and respond