Skip to content

Commit

Permalink
Fix potential error when uncommenting code
Browse files Browse the repository at this point in the history
Co-authored-by: Musang Kim <[email protected]>
  • Loading branch information
ErikaPark and musangk authored Jan 9, 2025
1 parent 6a4012f commit 7befa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-Retriever/01-VectorStoreRetriever.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
" {\n",
" # \"OPENAI_API_KEY\": \"\",\n",
" # \"LANGCHAIN_API_KEY\": \"\",\n",
" # UPSTAGE_API_KEY=\"\",\n",
" # \"UPSTAGE_API_KEY\": \"\",\n",
" \"LANGCHAIN_TRACING_V2\": \"true\",\n",
" \"LANGCHAIN_ENDPOINT\": \"https://api.smith.langchain.com\",\n",
" \"LANGCHAIN_PROJECT\": \"VectorStore Retriever\"\n",
Expand Down

0 comments on commit 7befa4c

Please sign in to comment.