fix: requirements
Browse files- README.md +4 -3
- requirements.txt +1 -0
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: other
|
| 3 |
title: Test
|
| 4 |
-
sdk: streamlit
|
| 5 |
-
sdk_version: 1.46.0
|
| 6 |
emoji: π
|
| 7 |
colorFrom: green
|
| 8 |
colorTo: green
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
app_file: app/app.py
|
|
|
|
| 11 |
---
|
|
|
|
| 12 |
# Hands-On AI: Building and Deploying LLM-Powered Apps
|
| 13 |
This is the repository for the LinkedIn Learning course `Hands-On AI: Building and Deploying LLM-Powered Apps`. The full course is available from [LinkedIn Learning][lil-course-url].
|
| 14 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
title: Test
|
|
|
|
|
|
|
| 3 |
emoji: π
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.46.0
|
| 8 |
pinned: false
|
| 9 |
app_file: app/app.py
|
| 10 |
+
license: other
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# Hands-On AI: Building and Deploying LLM-Powered Apps
|
| 14 |
This is the repository for the LinkedIn Learning course `Hands-On AI: Building and Deploying LLM-Powered Apps`. The full course is available from [LinkedIn Learning][lil-course-url].
|
| 15 |
|
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
langchain>=0.3.25,<1.0.0
|
| 3 |
langchain-openai>=0.0.5,<1.0.0
|
| 4 |
langchain-chroma>=0.2.4,<1.0.0
|
|
|
|
| 5 |
streamlit>=1.31.0
|
| 6 |
pdfplumber>=0.11.6
|
| 7 |
chromadb>=1.0.10
|
|
|
|
| 2 |
langchain>=0.3.25,<1.0.0
|
| 3 |
langchain-openai>=0.0.5,<1.0.0
|
| 4 |
langchain-chroma>=0.2.4,<1.0.0
|
| 5 |
+
langchain_community>=0.3.26,<1.0.0
|
| 6 |
streamlit>=1.31.0
|
| 7 |
pdfplumber>=0.11.6
|
| 8 |
chromadb>=1.0.10
|