1 parent 56def7e commit 3555179Copy full SHA for 3555179
1 file changed
langchain/README.md
@@ -0,0 +1,12 @@
1
+## 1. Install all the dependencies
2
+`uv sync`
3
+## 2. Add your OpenAI API key to `.env`
4
+
5
+## 3. Start the jupyter lab server
6
+`uv run jupyter lab`
7
8
9
+🔗 Source
10
+This example is sourced from Lesson 1: Create Agent of the LangChain Essentials Python course, available here:
11
12
+https://academy.langchain.com/courses/take/langchain-essentials-python/lessons/69388275-lesson-1-create-agent
0 commit comments