We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09bc32 commit ea6f50fCopy full SHA for ea6f50f
docs/examples/openai_qna.ipynb
@@ -712,7 +712,7 @@
712
"from redisvl.providers.openai import OpenAIProvider\n",
713
"from redisvl.utils.utils import array_to_buffer\n",
714
"\n",
715
- "api_key = os.environ.get(\"OPENAI_API_KEY\", \"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\")\n",
+ "api_key = os.environ.get(\"OPENAI_API_KEY\", \"\")\n",
716
"oaip = OpenAIProvider(EMBEDDINGS_MODEL, api_config={\"api_key\": api_key})\n",
717
718
"chunked_data[\"embedding\"] = oaip.embed_many(chunked_data[\"content\"].tolist())\n",
0 commit comments