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 ffd986f commit ffd5900Copy full SHA for ffd5900
rag_from_scratch_1_to_4.ipynb
@@ -39,9 +39,11 @@
39
"metadata": {},
40
"outputs": [],
41
"source": [
42
+ "import os\n",
43
"os.environ['LANGCHAIN_TRACING_V2'] = 'true'\n",
44
"os.environ['LANGCHAIN_ENDPOINT'] = 'https://api.smith.langchain.com'\n",
- "os.environ['LANGCHAIN_API_KEY'] = <your-api-key>"
45
+ "os.environ['LANGCHAIN_API_KEY'] = <your-api-key>\n",
46
+ "os.environ['OPENAI_API_KEY'] = <openai-api-key>"
47
]
48
},
49
{
0 commit comments