Skip to content

Commit 3555179

Browse files
authored
Create README.md
1 parent 56def7e commit 3555179

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

langchain/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)