Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -49,12 +49,13 @@ source venv/bin/activate
|
|
49 |
Create a `requirements.txt` file with the following content:
|
50 |
|
51 |
```
|
52 |
-
langchain
|
53 |
-
langchain-openai
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
58 |
```
|
59 |
|
60 |
Install the packages:
|
|
|
49 |
Create a `requirements.txt` file with the following content:
|
50 |
|
51 |
```
|
52 |
+
langchain
|
53 |
+
langchain-openai
|
54 |
+
langchain_groq
|
55 |
+
langgraph
|
56 |
+
pydantic
|
57 |
+
streamlit
|
58 |
+
python-dotenv
|
59 |
```
|
60 |
|
61 |
Install the packages:
|