How to solve this error message?

validation error for OpenAIEmbeddings root Did not find openai_api_key, please add an environment variable OPENAI_API_KEY which contains it, or pass openai_api_key as a named parameter. (type=value_error)

Hey @kevinjosue1,

It looks like your app doesn’t have an OpenAI API key and you’re trying to use the OpenAI API.

Try adding your own Api key as i think you have not set an api key in your app

Try adding your own openai api key