Skip to content

Commit

Permalink
Merge branch 'LangChain-OpenTutorial:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-hun authored Jan 11, 2025
2 parents 03d3b57 + 2487c05 commit caec3e6
Show file tree
Hide file tree
Showing 59 changed files with 23,283 additions and 925 deletions.
3 changes: 2 additions & 1 deletion .env_sample
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
OPENAI_API_KEY=sk-5K9kI4dia...
HUGGINGFACEHUB_API_TOKEN=hf_oEHVwJ...
LANGCHAIN_TRACING_V2=false
LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
LANGCHAIN_API_KEY=ls__69f274d55...
LANGCHAIN_PROJECT=LANGCHAIN_PROJECT
TAVILY_API_KEY=tvly-mGxBGvzbH...
GOOGLE_API_KEY=AIzaSyCSttRIEqEf1_X...
HUGGINGFACEHUB_API_TOKEN=hf_oEHVwJ...
MONGODB_ATLAS_CLUSTER_URI=mongodb+srv://...
PINECONE_API_KEY=549b555d-c388-4d...
ANTHROPIC_API_KEY=sk-ant-api0...
UPSTAGE_API_KEY=up_oZ4HjE...
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Proofread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body:
required: false
- label: 🖋️ **Formatting** - Issues with Markdown formatting.
required: false
- label: No issues found
- label: Other Issues
required: false

- type: checkboxes
Expand Down
20 changes: 10 additions & 10 deletions 01-Basic/01-Getting-Started-Windows.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"# Getting Started on Windows\n",
"\n",
"- Author: [Wooseok-Jeong](https://github.com/jeong-wooseok)\n",
"- Design: [Teddy](https://github.com/teddylee777)\n",
"- Peer Review: [Yun Eun](https://github.com/yuneun92), [r14minji](https://github.com/r14minji)\n",
"- Peer Review: [Yun Eun](https://github.com/yuneun92), [MinJi Kang](https://www.linkedin.com/in/minji-kang-995b32230/)\n",
"- This is a part of [LangChain Open Tutorial](https://github.com/LangChain-OpenTutorial/LangChain-OpenTutorial)\n",
"\n",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/LangChain-OpenTutorial/LangChain-OpenTutorial/blob/main/01-Basic/01-Getting-Started-Windows.ipynb) [![Open in GitHub](https://img.shields.io/badge/Open%20in%20GitHub-181717?style=flat-square&logo=github&logoColor=white)](https://github.com/LangChain-OpenTutorial/LangChain-OpenTutorial/blob/main/01-Basic/01-Getting-Started-Windows.ipynb)\n",
Expand Down Expand Up @@ -53,6 +52,7 @@
"metadata": {},
"source": [
"Confirm options during installation and proceed\n",
"\n",
"![](./assets/01-follow-the-installation-video-windows-02.png)"
]
},
Expand All @@ -62,6 +62,7 @@
"metadata": {},
"source": [
"Click the Next button for all the rest to proceed with the installation.\n",
"\n",
"![](./assets/01-follow-the-installation-video-windows-03.png)"
]
},
Expand All @@ -76,6 +77,7 @@
"```Powershell\n",
"git\n",
"```\n",
"\n",
"![](./assets/01-follow-the-installation-video-windows-04.png)\n"
]
},
Expand All @@ -86,7 +88,7 @@
"source": [
"- Apply PowerShell Policy \n",
"\n",
"First, **run **Windows PowerShell** as an \"administrator.\"</p> <p><br>\n",
"First, run **Windows PowerShell** as an \"administrator.\"</p> <p><br>\n",
"\n",
"Enter the following command to apply the policy\n",
"```Powershell\n",
Expand Down Expand Up @@ -133,7 +135,8 @@
"```powershell\n",
"pyenv\n",
"```\n",
"![](./assets/01-follow-the-installation-video-windows-05.png)\n"
" \n",
"![](./assets/01-follow-the-installation-video-windows-05.png )\n"
]
},
{
Expand Down Expand Up @@ -226,6 +229,7 @@
"Install the downloaded Visual Studio Code (copy it to the Applications folder)\n",
"\n",
"Click 'install' of Jupyter on left Menu of extensions \n",
"\n",
"![](./assets/01-follow-the-installation-video-windows-06.png)"
]
},
Expand All @@ -236,9 +240,11 @@
"source": [
"## Install Jupyter Extension\n",
"Search for \"python\" and install\n",
"\n",
"![](./assets/01-follow-the-installation-video-windows-07.png)\n",
"\n",
"Search for \"jupyter\" and install\n",
"\n",
"![](./assets/01-follow-the-installation-video-windows-08.png)\n",
"\n",
"Turn off and restart Visual Studio Code\n",
Expand All @@ -247,12 +253,6 @@
"\n",
"Click python environment - if you don't see the virtual environment you installed, turn off Visual Studio Code and restart it"
]
},
{
"cell_type": "markdown",
"id": "e9c62cb7",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
Binary file modified 01-Basic/assets/01-follow-the-installation-video-windows-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 01-Basic/assets/01-follow-the-installation-video-windows-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 01-Basic/assets/01-follow-the-installation-video-windows-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit caec3e6

Please sign in to comment.